cURL
curl --request GET \ --url https://client-api.salesfinity.co/v1/webhooks/{id} \ --header 'x-api-key: <api-key>'
{}
Get a webhook by ID
{ "_id": "507f1f77bcf86cd799439011", "name": "CRM Call Sync", "url": "https://example.com/webhooks/salesfinity", "events": ["CALL_LOGGED"], "dispositions": [1, 4], "status": "active", "createdAt": "2024-01-15T10:00:00.000Z", "updatedAt": "2024-01-15T10:00:00.000Z" }
Webhook ID
Webhook retrieved successfully
The response is of type object.
object