Dashboard
APIList Webhooks API - View Event Endpoints | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

List Webhooks - View Event Notification Endpoints

View all webhook endpoints configured for your subscription bot. Each webhook entry shows the destination URL and its unique secret for signature verification. Use this to audit your integrations and ensure events are being sent to the correct endpoints. There are no per-endpoint event subscriptions—every endpoint on a project receives all of that project's events.

GET/v2/projects/{project_id}/integrations/webhooks

Authorization

Bearer TokenRequired

Listing webhooks requires the webhooks:read permission. The response is not paginated; each project holds at most 10 endpoints.

Path Parameters

project_idstringrequired

The unique identifier of the project.

Last updated: