GET
/
insights
/
{id}
/
government-supplier
curl --request GET \
  --url https://api.syntage.com/insights/{id}/government-supplier \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "rfc": "PEIC211118IS0",
      "fullName": "Pemex Exploración y Producción",
      "shortName": "CATR",
      "website": "example.com",
      "total": 14786.68,
      "percentageOfSales": 0.8379419130473325,
      "transactions": [
        {
          "date": "2014-01",
          "total": 0
        }
      ]
    }
  ]
}

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

Government supplier

The response is of type object.