Authorizations
API key authentication. Get your API key from the Formal dashboard.
Body
application/json
Minimum length:
1Response
Success
curl -X POST "https://api.joinformal.com/core.v1.ConnectorService/CreateConnectorCloudformationTemplate" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"templateUrl": "<string>"
}curl -X POST "https://api.joinformal.com/core.v1.ConnectorService/CreateConnectorCloudformationTemplate" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"templateUrl": "<string>"
}API key authentication. Get your API key from the Formal dashboard.
1Success
Was this page helpful?