POST
/
api
/
v1
/
auth
/
login
{
  "access_token": "<string>",
  "refresh_token": "<string>",
  "token_type": "bearer",
  "expires_in": 123
}

Login to receive an access token.

  • Method: POST
  • Path: /api/v1/auth/login

Request Body

Refer to the LoginRequest schema in the OpenAPI playground.

Response

Returns a Token object on success.

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.