Token
Autorizações
api-keystringObrigatório
Api-Key Authentication
Corpo
emailstringObrigatório
The email address of the clinic user.
passwordstringObrigatório
The password of the clinic user.
newPasswordstringOpcional
The new password if the current one is expired.
isNewDevicebooleanOpcional
Flag indicating if the login is from a new device.
tenantIdstringOpcional
The ID of the tenant (optional, if applicable).
nowMillisnumberOpcional
The current time in milliseconds (used for clock synchronization).
tzstringOpcional
The timezone of the user.
Respostas
200
Token created successfully.
application/json
messagestringOpcionalExample:
User authenticated400
Invalid parameters or authentication failed.
401
Unauthorized access.
500
Internal server error.
post
/auth/tokenAtualizado
Isto foi útil?