v1
latestOpenAPI 3.0.12026-07-245303882.5 MBConsultar chaves Pix de uma conta
Confira nosso tutorial -> https://developers.celcoin.com.br/docs/consultar-chaves-pix-de-uma-conta-copy
get/pix/dict/entry/{account}
Path parameters
accountstring required
Response
200
Example response
{
"version": "1.0.0",
"status": "SUCCESS",
"body": {
"listKeys": [
{
"keyType": "EMAIL",
"key": "testebaas@cecloin.com.br",
"account": {
"participant": "30306294",
"branch": "0001",
"account": "10545584",
"accountType": "TRAN",
"createDate": "2020-11-03T06:30:00-03:00"
},
"owner": {
"type": "NATURAL_PERSON",
"documentNumber": "34335125070",
"name": "Carlos Henrique da Silva"
}
}
]
}
}