ApiTenants
Get My Tenants
Authorization
Bearer AuthorizationBearer <token>
Enter your bearer token from the Pylon Auth API.
In: header
Response Body
application/json
curl -X GET "https://loading/api/v1/me/tenants"[
{
"tenantId": "f97df110-f4de-492e-8849-4a6af68026b0",
"name": "string",
"slug": "string",
"role": "string"
}
]