URL: https://api-parceiro.sicredi.com.br/sb/auth/openapi/token
Headers:
Body (x-www-form-urlencoded):
grant_type=password&username=123456789&password=teste123&scope=cobranca
Código HTTP: 401
Resposta (raw):
{"error":"Access Token in the request, identified by HEADER x-api-key, is invalid. Check docs.sensedia.com"}Resposta (JSON decodificado):
Array
(
[error] => Access Token in the request, identified by HEADER x-api-key, is invalid. Check docs.sensedia.com
)
❌ FALHA NA AUTENTICAÇÃO!
Erro: Access Token in the request, identified by HEADER x-api-key, is invalid. Check docs.sensedia.com
| Parâmetro | Valor |
|---|---|
| URL | https://api-parceiro.sicredi.com.br/sb/auth/openapi/token |
| grant_type | password |
| username | 123456789 |
| password | teste123 |
| scope | cobranca |
| x-api-key | cc922d7e-ce96-4de5-8220-aa5486a075e3 |
| context | COBRANCA |