GET
/pix-keysAutenticadoListar chaves Pix
Lista as chaves da conta, excluindo chaves com status REMOVIDA.
https://gateway.credito-direto.com/api/pix-keys
cURL
cURL
curl --request GET \
--url 'https://gateway.credito-direto.com/api/pix-keys' \
--header 'accept: application/json' \
--header 'authorization: Bearer TOKEN'Exemplo de resposta
Response JSON
{
"items": [
{
"id": "key_01",
"key_type": "EMAIL",
"key": "recebe@credito-direto.com",
"status": "REGISTRADA",
"created_at": "2026-01-15T12:00:00.000Z",
"updated_at": "2026-01-15T12:05:00.000Z"
}
]
}