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
- Reports
- Authorizations
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
Retrieve a webbook endpoint
GET
/
webhook-endpoints
/
{id}
curl --request GET \
--url https://api.syntage.com/webhook-endpoints/{id} \
--header 'X-API-Key: <api-key>'
{
"@context": "/contexts/WebhookEndpoint",
"@id": "/webhook-endpoints/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "WebhookEndpoint",
"id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319",
"url": "https://example.com/endpoint",
"signingSecret": "54471a278d46c86ec6cd365983552a28",
"events": [
"credential.created",
"credential.updated"
],
"enabled": true,
"contentType": "application/ld+json",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
Authorizations
Your API key is available in the Production and Sandbox dashboards.
Path Parameters
Response
200
application/ld+json
Webhook endpoint resource response
The response is of type object
.
curl --request GET \
--url https://api.syntage.com/webhook-endpoints/{id} \
--header 'X-API-Key: <api-key>'
{
"@context": "/contexts/WebhookEndpoint",
"@id": "/webhook-endpoints/91106968-1abd-4d64-85c1-4e73d96fb997",
"@type": "WebhookEndpoint",
"id": "e0a24894-7fbf-48ae-bfb0-efaae30a6319",
"url": "https://example.com/endpoint",
"signingSecret": "54471a278d46c86ec6cd365983552a28",
"events": [
"credential.created",
"credential.updated"
],
"enabled": true,
"contentType": "application/ld+json",
"createdAt": "2020-01-01T12:15:00.000Z",
"updatedAt": "2020-01-01T12:15:00.000Z"
}
Assistant
Responses are generated using AI and may contain mistakes.