Skip to main content
Use this endpoint to retrieve all webhook subscriptions associated with your Convo project. Each webhook object includes the subscribed topics, delivery URL, and shared secret used for payload verification. Optionally filter by a specific Custom App name.

Endpoint

Authentication

Path Parameters

string
required
Your Convo project ID.

Query Parameters

string
Filter webhooks by the name of the Custom App they belong to. If omitted, webhooks for all apps in the project may be returned depending on your setup.

Request Example

Response

Returns an array of webhook subscription objects.
string
Unique identifier for the webhook subscription.
string
The ID of the Custom App this webhook is registered under.
string
The ID of the project this webhook belongs to.
array
List of event topics this webhook is subscribed to (e.g., "contact.created", "message.received").
string
The HTTPS URL where event payloads will be delivered.
string
A secret token you can use to verify that incoming webhook payloads originate from Convo.
integer
Unix timestamp (milliseconds) of when the webhook was created.
integer
Unix timestamp (milliseconds) of the last update to this webhook.

Example Response

Error Responses