curl --request GET \
--url https://api.syntage.com/tax-compliance-checks/{id} \
--header 'X-API-Key: <api-key>'
{
"@context": "/contexts/TaxComplianceCheck",
"@id": "/tax-compliance-checks/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "TaxComplianceCheck",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"file": {
"type": "tax_compliance_check.pdf",
"resource": "/tax-compliance-check/91106968-1abd-4d64-85c1-4e73d96fb997",
"mimeType": "application/pdf",
"extension": "pdf",
"filename": "PEIC211118IS0_20RD1174999.pdf"
},
"internalIdentifier": "20NE1234567",
"taxpayer": {
"rfc": "PEIC211118IS0",
"name": "Pedro Infante Cruz"
},
"result": "no_obligations",
"checkedAt": "2020-01-01T12:15:00.000Z",
"createdAt": "2020-01-01T12:15:00.000Z"
}
curl --request GET \
--url https://api.syntage.com/tax-compliance-checks/{id} \
--header 'X-API-Key: <api-key>'
{
"@context": "/contexts/TaxComplianceCheck",
"@id": "/tax-compliance-checks/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "TaxComplianceCheck",
"id": "91106968-1abd-4d64-85c1-4e73d96fb997",
"file": {
"type": "tax_compliance_check.pdf",
"resource": "/tax-compliance-check/91106968-1abd-4d64-85c1-4e73d96fb997",
"mimeType": "application/pdf",
"extension": "pdf",
"filename": "PEIC211118IS0_20RD1174999.pdf"
},
"internalIdentifier": "20NE1234567",
"taxpayer": {
"rfc": "PEIC211118IS0",
"name": "Pedro Infante Cruz"
},
"result": "no_obligations",
"checkedAt": "2020-01-01T12:15:00.000Z",
"createdAt": "2020-01-01T12:15:00.000Z"
}
Your API key is available in the Production and Sandbox dashboards.
Tax compliance check resource response
The response is of type object
.