v1
latestOpenAPI 3.0.02026-07-2483164186.3 KBWebhook
Get Webhooks
Get Webhooks
get/v2/webhooks
Query parameters
sortBy'name' | 'url' | 'createdBy' | 'integrationCount'
Sort by
Example:name
Sort by
sortDirection'ASC' | 'DESC'
Sort direction
Example:DESC
Sort direction
Response
Get Webhooks
Example response
{
"webhookId": "abc123",
"url": "https://example.com/webhook",
"eventTypes": [
"MESSAGE_RECEIVED",
"MESSAGE_SENT"
],
"wabaNumbers": [
"+919999999999",
"+918888888888"
],
"integrationCount": 2,
"createdBy": "admin",
"name": "My Webhook"
}