Serviço exclusivo para processadora Cards.
Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/portadores/rg?numRg' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"content": [
{
"idPortador": 2001,
"nomePortador": "PORTADOR HORIZON PAY",
"nomeSocial": "PORTADOR HPAY"
}
],
"totalElements": 1,
"totalPages": 1,
"size": 50,
"number": 0,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"first": true,
"last": true,
"numberOfElements": 1,
"pageable": {
"offset": -9007199254740991,
"sort": {
"empty": true,
"sorted": true,
"unsorted": true
},
"paged": true,
"unpaged": true,
"pageNumber": 0,
"pageSize": 50
},
"empty": true
}