GET
/
v1
/
tenant
/
cloudformation-templates
Get CloudFormation template
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant/cloudformation-templates \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "templateURL": "https://pl-ap-southeast-2-prod-static-policy-bucket.s3.ap-southeast-2.amazonaws.com/templates/aws-account-automated/v12/cloudformation.yaml",
    "templateVersion": "v12"
  }
}

Authorizations

Authorization
string
header
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Headers

Authorization
string
required

Bearer API Key. For example, "Bearer {Tenant API Key}"

Query Parameters

type
enum<string>

The type of integration for which the CloudFormation template is required

Available options:
AWSAccount
Example:

"AWSAccount"

Response

200
application/json

CloudFormation Template

The response is of type object.