GET
/
entities
/
{entityId}
/
datasources
/
mx
/
buro-de-credito
/
authorizations
curl --request GET \
  --url https://api.syntage.com/entities/{entityId}/datasources/mx/buro-de-credito/authorizations \
  --header 'X-API-Key: <api-key>'
{
  "@context": "<string>",
  "@id": "/entities/9bd4a640-9f41-4cd5-a158-20767b386ca0/datasources/mx/buro-de-credito/authorizations",
  "@type": "hydra:Collection",
  "hydra:member": [
    {
      "id": "9bd4a640-9f41-4cd5-a158-20767b386ca0",
      "rfc": "PRPU800101HM2",
      "link": {
        "@id": "/entities/91106968-1abd-4d64-85c1-4e73d96fb997",
        "@type": "<string>",
        "id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319",
        "type": "company",
        "taxpayer": {
          "@id": "/taxpayers/PEIC211118IS0",
          "@type": "<string>",
          "id": "PEIC211118IS0",
          "personType": "physical",
          "registrationDate": "2023-12-25",
          "name": "Pedro Infante Cruz"
        },
        "credential": {
          "@id": "/credentials/91106968-1abd-4d64-85c1-4e73d96fb997",
          "@type": "<string>",
          "id": "91106968-1abd-4d64-85c1-4e73d96fb997",
          "type": "ciec",
          "rfc": "PEIC211118IS0",
          "status": "pending",
          "createdAt": "2020-01-01T12:15:00.000Z",
          "updatedAt": "2020-01-01T12:15:00.000Z"
        },
        "tags": [
          {
            "@id": "/entity-tags/91106968-1abd-4d64-85c1-4e73d96fb997",
            "@type": "<string>",
            "id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319",
            "name": "Important Taxpayer",
            "createdAt": "2020-01-01T12:15:00.000Z",
            "updatedAt": "2020-01-01T12:15:00.000Z"
          }
        ],
        "createdAt": "2020-01-01T12:15:00.000Z",
        "updatedAt": "2020-01-01T12:15:00.000Z"
      },
      "authorizedAt": "2024-01-31T00:00:00+00:00",
      "authorizedUntil": "2027-01-31T00:00:00+00:00",
      "nationality": "MX",
      "birthdate": "1980-01-01",
      "firstName": "UNO",
      "firstLastName": "PRUEBA",
      "secondLastName": "PROSPECTOR",
      "address": "Jaime Balmes",
      "city": "Cd de Mexico",
      "municipality": "Miguel Hidalgo",
      "state": "CMX",
      "postalCode": "11510",
      "exteriorNumber": "8",
      "interiorNumber": "",
      "neighborhood": "Los morales",
      "country": "MX",
      "createdAt": "2024-01-31T00:00:00+00:00",
      "updatedAt": "2024-01-31T00:00:00+00:00",
      "deletedAt": "2024-01-31T00:00:00+00:00"
    }
  ],
  "hydra:view": {
    "@id": "<string>",
    "@type": "hydra:PartialCollectionView",
    "hydra:next": "/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[lt]=9b8e5365-0b36-45f5-9c76-fbe439632367",
    "hydra:last": "/entity/2a15f539-3251-48e1-aaeb-a154dc9c6edb/resource?id[gt]=9b8e5365-0b36-45f5-9c76-fbe439632367"
  },
  "hydra:search": {
    "@type": "<string>",
    "hydra:template": "<string>",
    "hydra:variableRepresentation": "<string>",
    "hydra:mapping": [
      {
        "@type": "<string>",
        "variable": "<string>",
        "property": "<string>",
        "required": true
      }
    ]
  }
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

entityId
string
required

Response

200
application/ld+json

Buró de Crédito Authorizations

The response is of type object.