Retrieve entity information
information
Authentication with the API key is not required to access this operation. PayPay-ClientId.
The clientId parameter is the entity's TIN.
If there are entities associated with the integration, they can be retrieved using this function by providing the TIN of the entity you wish to consult.
- Request
 - Response
 
GET /entities/{clientId}
{
  "clientId": "123456789",
  "name": "Entidade PayPay",
  "createdAt": "2021-10-07T17:01:19+00:00"
  "stateDetails": {
	"state": "approved",
	"updatedAt": "2021-10-07T17:01:19+00:00"
  }
}