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.
| 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 |
API key for authentication. Obtain your key from the JoggAI dashboard.
Success