Login

Login

Login

  • Login with valid credentials.
  • Faça login com as credenciais válidas.
post/auth/access

Request body

emailstring required
languagestring
passwordstring
timezonestring

Example request

{
  "email": "john.doe@example.com",
  "language": "portuguese/english",
  "password": "@Password123",
  "timezone": "UTC-3"
}

Response

OK

access_tokenstring

Example response

{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.