View entity
GET /entities/{clientId}
The clientId parameter is the TIN of the entity.
Note: To access this operation it is not necessary to be authenticated with the PayPay-ClientId.
- Get
- Response
GET /entities/_123456789_
{
"apiVersion": "1.0",
"date": "2021-12-07T18:01:19+00:00",
"success": true,
"data": {
"clientId": "123456789",
"name": "Entidade PayPay",
"stateDetails": {
"state": "approved",
"createdAt": "2021-10-07T17:01:19+00:00"
}
}
}