cURL
curl --request GET \ --url https://api.chat-dash.com/v1/partner/webhooks/subscriptions/{subscriptionId} \ --header 'x-partner-api-key: <x-partner-api-key>'
{ "_id": "<string>", "organizationId": "<string>", "agentId": "<string>", "webhookUrl": "<string>", "events": [ "call.started" ], "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Get a specific webhook subscription by ID
Partner API key for authentication
Webhook subscription ID
Webhook subscription details
The response is of type object.
object