Autentication
Autentication/authenticate
POST /api/Autentication/authenticate
POST
/api/Autentication/authenticateEndpoint `POST /api/Autentication/authenticate` da API BI da IzzyWay.
Parâmetros
clientIDstringCampo 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
{}