GET
/
v1
/
tenant
/
external-id
Get the external id of the tenant
curl --request GET \
  --url https://{region}.api.plerion.com/v1/tenant/external-id \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "externalId": "<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.