POST
/
v1
/
tenant
/
integrations
/
token
Generate temporary token for creating AWS integration
curl --request POST \
  --url https://{region}.api.plerion.com/v1/tenant/integrations/token \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "token": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

OK

The response is of type object.