Autenticação¶
Endpoints¶
- POST
/api/v1/authenticate— Authenticates a client and returns the corresponding JWT token
POST /api/v1/authenticate¶
Authenticates a client and returns the corresponding JWT token
Corpo da Requisição¶
Client credentials (clientId e secretKey)
| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
clientId |
string (uuid) | Sim | |
secretKey |
string | Sim | (anulável) |
Exemplo:
Respostas¶
200 Successful authentication
Schema: AuthApiResponse
400 Invalid credentials
Schema: ProblemDetails