List Webhooks

Use this API to retrieve all configured webhooks based on type.

Webhook Types

  • incoming – For chatbot and incoming message handling.
  • event – For delivery event notifications like sent, read, or failed.

The response includes webhook name, URL, status, alert email, and type.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
required

Enter the webhook type to retrieve.

Allowed:
Responses

[
  {
    "name": "ChatBot_Webhook",
    "urlEndpoint": "https://api.example.com/webhook/incoming",
    "failureAlertEmail": "[email protected]",
    "status": "enabled",
    "type": "incoming",
    "sourceKey": "chatbot_service"
  }
]

{
  "status": "failure",
  "message": "Invalid webhook type. Must be 'incoming' or 'event'"
}

{
  "status": "failure",
  "message": "Invalid Bearer token"
}

{
  "status": "failure",
  "message": "Internal server error"
}
Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json