PPylon Developers
ApiTenants

Resolve Tenant

GET
/api/v1/tenants/resolve
AuthorizationBearer <token>

Enter your bearer token from the Pylon Auth API.

In: header

Query Parameters

slug*string

Response Body

application/json

application/problem+json

curl -X GET "https://loading/api/v1/tenants/resolve?slug=string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "slug": "string",
  "name": "string",
  "status": "string",
  "branding": {
    "logoUrl": null,
    "faviconUrl": null,
    "primaryColor": "string",
    "secondaryColor": "string",
    "accentColor": "string",
    "fontFamily": null,
    "customCss": null
  },
  "settings": {
    "timezone": "string",
    "currency": "string",
    "defaultLanguage": "string",
    "enabledFeatures": [
      "string"
    ]
  },
  "customDomain": null,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
{
  "code": "string",
  "message": "string"
}