v1

latestSwagger 2.02026-07-17392760.4 KB

Obtain an access token

post/auth/token

Response

Created

access_tokenstring

access token

expires_ininteger

Time to expiration in seconds

token_typestring

type of token

Example response

{
  "access_token": "Laudantium tempore voluptatem.",
  "expires_in": 4869192690920850000,
  "tenant": {
    "id": 5728362918364472000,
    "name": "Est aut adipisci eaque molestias dolorum illo."
  },
  "token_type": "Optio beatae aperiam quo.",
  "user": {
    "active": false,
    "email": "Beatae consequatur mollitia sed explicabo id.",
    "first_name": "Eos tempora corporis aliquam id nulla suscipit.",
    "href": "Est esse a inventore libero sint cumque.",
    "id": 7831165214039818000,
    "last_name": "Qui molestiae.",
    "role": "Atque dolorem voluptas et.",
    "tenant_id": 6244484567252341000,
    "validated": false
  }
}