IzzyWayv1.0

Autentication

Autentication/authenticate

POST /api/Autentication/authenticate

POST/api/Autentication/authenticate

Endpoint `POST /api/Autentication/authenticate` da API BI da IzzyWay.

Parâmetros

clientIDstring

Campo do corpo da requisição.

Autenticação

Envie o token JWT obtido em /api/Autentication/authenticate no header Authorization: Bearer <token>.

curl -X POST 'http://services.izzyway.com.br:7074/api/Autentication/authenticate' \
  -H 'Content-Type: application/json' \
  -d '{
  "clientID": "string"
}'
Resposta
Success
{}