Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/banking/pix/chaves/validacoes//contas/' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"ispb": "123",
"bankName": "BANCO 01",
"bankAccountNumber": "0001",
"bankBranchNumber": "001",
"bankAccountType": "CC",
"dateAccountCreated": "2024-12-26T17:39:03.018Z",
"beneficiaryType": "F",
"nationalRegistration": "03967703040",
"name": "João José Santos",
"tradeName": "João Santos",
"key": "[email protected]",
"keyType": "email",
"dateKeyCreated": "2025-01-26T17:39:03.018Z",
"dateKeyOwnership": "2025-01-26T17:39:03.018Z",
"idEndToEnd": "D08744817202302251745JWLEHTSVKLY"
}