GET
/
datasources
/
mx
/
buro-de-credito
/
authorizations
/
{id}
curl --request GET \
  --url https://api.syntage.com/datasources/mx/buro-de-credito/authorizations/{id} \
  --header 'X-API-Key: <api-key>'
{
  "@context": "<any>",
  "@id": "<any>",
  "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"
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

id
string
required

Response

200
application/ld+json

Buró de Crédito Authorization

The response is of type object.