List Webhook Endpoints
Webhook
List Webhook Endpoints
Retrieve a list of all webhook endpoints configured for your account. Webhooks allow you to receive real-time notifications about events in your JoggAI workspace.
GET
List Webhook Endpoints
Retrieve a list of all webhook endpoints configured in your account. Webhooks allow you to receive real-time notifications about events in your JoggAI workspace.Documentation Index
Fetch the complete documentation index at: https://docs.jogg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Limit: Each user can create up to 20 webhook endpoints.
Use Cases
- View all configured webhook endpoints
- Manage event subscriptions
- Monitor webhook status
- Check enabled/disabled endpoints
Response Fields
| Field | Type | Description |
|---|---|---|
endpoint_id | string | Unique webhook endpoint identifier |
url | string | Webhook receiver URL |
secret | string | Secret key for signature verification |
status | string | Endpoint status: enabled or disabled |
events | array | List of subscribed event types |
created_at | integer | Creation timestamp |
Best Practices
If you no longer need a webhook, we recommend using Delete Webhook Endpoint to remove it and free up your quota.
Authorizations
API key for authentication. Obtain your key from the JoggAI dashboard.
Response
200 - application/json
Success

