Get a specific webhook configuration by ID. Secret value is masked for security.
cURL
curl --request GET \ --url https://api.beltic.com/v1/webhooks/configs/:id \ --header 'X-Api-Key: <api-key>'
{ "data": { "type": "webhook_config", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "attributes": { "resource_type": "document", "url": "https://example.com/webhooks/documents", "subscribed_statuses": [ "processed", "failed" ], "secret_prefix": "abc12...", "is_active": true, "created_at": "2026-01-16T10:00:00.000Z", "updated_at": "2026-01-16T10:00:00.000Z" } } }
API key for authentication. Access https://console.beltic.com/ to obtain your API key.
Webhook config ID
"123e4567-e89b-12d3-a456-426614174000"
Webhook config details
Show child attributes
Was this page helpful?