post https://{Domain}/api/iacp/v3/integrations/infracost
This endpoint creates Infracost integration.
Log in to see full request history
Responses
404Account not found or user unauthorized to perform action.
4XXClient error.
5XXServer error.
This endpoint creates Infracost integration.
404Account not found or user unauthorized to perform action.
4XXClient error.
5XXServer error.
xxxxxxxxxx
11curl --request POST \
--url https://example.scalr.io/api/iacp/v3/integrations/infracost \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "infracost-integration"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: