cURL
curl --request POST \ --url https://{region}.api.plerion.com/v1/tenant/integrations/token \ --header 'Authorization: Bearer <token>'
{ "data": { "token": "<string>" } }
Use the API to generate a temporary token required for creating AWS integration using CloudFormation template provided by Plerion.
curl -X POST https://au.api.plerion.com/v1/tenant/integrations/token -H "Authorization: Bearer $PLERION_API_KEY"
Bearer API Key. For example, "Bearer {Tenant API Key}"
OK
Show child attributes
Was this page helpful?