curl --request GET \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/aws/cloudformation_template \
--header 'x-api-key: <api-key>'{
"template": {}
}Generates CloudFormation template for AWS integration. Creates the necessary IAM role and policy template for setting up AWS access.
curl --request GET \
--url https://api.example.com/v2/org/{org_id}/partners/onboarding/aws/cloudformation_template \
--header 'x-api-key: <api-key>'{
"template": {}
}Was this page helpful?