Saltar al contenido principal
GET
/
v1
/
dict
/
statistics
/
persons
/
{tax_id}
Obtener Estadísticas de Persona
curl --request GET \
  --url https://plugin-pix-indirect.api.lerian.net/v1/dict/statistics/persons/{tax_id} \
  --header 'Authorization: Bearer <token>'
{
  "taxId": "12345678901",
  "statistics": {}
}

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

tax_id
string
requerido

Identificador fiscal (CPF: 11 dígitos o CNPJ: 14 dígitos).

Respuesta

Estadísticas de persona obtenidas exitosamente.

taxId
string

CPF o CNPJ.

Ejemplo:

"12345678901"

statistics
object

Estadísticas agregadas.