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
Create a Buró de Crédito authorization
POST
/
entities
/
{entityId}
/
datasources
/
mx
/
buro-de-credito
/
authorizations
curl --request POST \
--url https://api.syntage.com/entities/{entityId}/datasources/mx/buro-de-credito/authorizations \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"authorizedAt": "2024-01-31T00:00:00+00:00",
"taxpayer": {
"rfc": "PRPU800101HM2",
"nationality": "MX",
"birthdate": "1980-01-01",
"firstName": "UNO",
"firstLastName": "PRUEBA",
"secondLastName": "PROSPECTOR",
"address": {
"address": "Jaime Balmes",
"city": "Cd de Mexico",
"municipality": "Miguel Hidalgo",
"state": "CMX",
"postalCode": "11510",
"exteriorNumber": "8",
"interiorNumber": "",
"neighborhood": "Los morales",
"country": "MX"
}
}
}'
This response does not have an example.
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Body
application/json
Response
201
Buró de Crédito Authorization created successfully
curl --request POST \
--url https://api.syntage.com/entities/{entityId}/datasources/mx/buro-de-credito/authorizations \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"authorizedAt": "2024-01-31T00:00:00+00:00",
"taxpayer": {
"rfc": "PRPU800101HM2",
"nationality": "MX",
"birthdate": "1980-01-01",
"firstName": "UNO",
"firstLastName": "PRUEBA",
"secondLastName": "PROSPECTOR",
"address": {
"address": "Jaime Balmes",
"city": "Cd de Mexico",
"municipality": "Miguel Hidalgo",
"state": "CMX",
"postalCode": "11510",
"exteriorNumber": "8",
"interiorNumber": "",
"neighborhood": "Los morales",
"country": "MX"
}
}
}'
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.