Skip to main content
GET
/
v1
/
dict
/
statistics
/
persons
/
{tax_id}
Retrieve Person Statistics
curl --request GET \
  --url https://plugin-pix-indirect.api.lerian.net/v1/dict/statistics/persons/{tax_id} \
  --header 'Authorization: Bearer <token>'
{
  "taxId": "12345678901",
  "statistics": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tax_id
string
required

Tax identifier (CPF: 11 digits or CNPJ: 14 digits).

Response

Person statistics retrieved successfully.

taxId
string

CPF or CNPJ.

Example:

"12345678901"

statistics
object

Aggregated statistics.