GET
/
insights
/
{id}
/
financial-institutions
curl --request GET \
  --url https://api.syntage.com/insights/{id}/financial-institutions \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "rfc": "PEIC211118IS0",
      "legalName": "CORPORACIóN ALVARADO-TORRES S.A.B.",
      "tradeName": "CATR",
      "website": "example.com",
      "sector": "Instituciones de banca múltiple",
      "total": 14786.68,
      "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

Financial Institutions

The response is of type object.