Obtain a refreshed access token

post/auth/refresh

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": {
    "name": "Eum est aut adipisci eaque."
  },
  "token_type": "Dolorum illo.",
  "user": {
    "active": false,
    "email": "Beatae aperiam quo rerum neque beatae consequatur.",
    "first_name": "Sed explicabo id eum eos tempora.",
    "href": "Aliquam id.",
    "id": 8808219743307989000,
    "last_name": "Debitis est esse a.",
    "role": "Libero sint cumque voluptatum iste qui molestiae.",
    "tenant_id": 9223089239784315000,
    "validated": false
  }
}

Changes