v1

latestOpenAPI 3.0.0Apache 2.02026-07-263079321.1 MB
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"
}