Accounts / Cartoes
Listar cartoes
Lista cartoes vinculados a conta.
GET
/hb/cards/listRequisicao
AutenticacaomTLS + Bearer Token
AmbienteDefinido pelo certificado
ContaEnviar x-account-id
IdempotenciaNao aplicavel
Exemplos de execucao
curl -X GET 'https://uzepay-mtls.deploy.pixland.com.br/hb/cards/list' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'Content-Type: application/json' \
-H 'x-account-id: <ACCOUNT_ID>'