Core Resources
- Events
- Files
- Exports
- Entities
- Tags
Extractions
- Extractions
- Schedulers
Datasource: SAT
- Credentials
- Invoices
- Tax Retentions
- Tax Returns
- Tax Compliance Checks
- Tax Status
- Electronic Accounting
Datasource: RPC
- Entidades
Datasource: RUG
- Operaciones
- RUG Garantias
- Garantias
Datasource: Syntage
- Score
Datasource: Buró de Crédito
Insights
- Invoicing Annual Comparison
- Vendor Network
- Customer Network
- Customer Concentration
- Supplier Concentration
- Employees
- Expenditures
- Financial Institutions
- Financial Ratios
- Government Supplier
- Invoicing Blacklist
- Risks
- Sales Revenue
- Trial Balance
- Scores
- Cash Flow
- RPC Shareholders
- Balance Sheet
- Income Statement
- Invoicing Concentration
Webhooks
- Overview
- Webhook Endpoints
- Webhook Requests
Get an entity's Buró de Crédito authorizations
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
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Response
200
application/ld+json
Buró de Crédito Authorizations
The response is of type object
.
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
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.