GET
/
insights
/
{id}
/
invoicing-blacklist
curl --request GET \
  --url https://api.syntage.com/insights/{id}/invoicing-blacklist \
  --header 'X-API-Key: <api-key>'
{
  "data": {
    "issued": [
      {
        "invoices": 1,
        "taxpayer": {
          "rfc": "PEIC211118IS0",
          "name": "Pedro Infante Cruz",
          "blacklistStatus": "presumed"
        }
      }
    ],
    "received": [
      {
        "invoices": 1,
        "taxpayer": {
          "rfc": "PEIC211118IS0",
          "name": "Pedro Infante Cruz",
          "blacklistStatus": "presumed"
        }
      }
    ]
  }
}

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

Invoicing Blacklist

The response is of type object.