GET
/
insights
/
{id}
/
customer-concentration
curl --request GET \
  --url https://api.syntage.com/insights/{id}/customer-concentration \
  --header 'X-API-Key: <api-key>'
[
  {
    "name": "ASOCIACIóN CERVANTES DE ÁNGELES S.A.B.",
    "rfc": "PEIC211118IS0",
    "total": 118260.18,
    "share": 16.1,
    "transactions": [
      {
        "date": "2014-01-01T00:00:00.000Z",
        "total": 37578.456999999995
      }
    ]
  }
]

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string
required

RFC (Registro Federal de Contribuyentes)

Required string length: 12 - 13
Example:

"PEIC211118IS0"

Query Parameters

options[from]
string

Filter by invoice issuing date (greater than)

options[to]
string

Filter by invoice issuing date (less than)

Response

200
application/ld+json

Taxpayer invoicing concentration

The response is of type object[].