Endpoint
Authentication
All requests must include a valid Dashboard Bearer token in theAuthorization header.
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer <token> — obtain from Login |
Content-Type | string | Yes | application/json |
Request Body
This endpoint requires no request body. Your webhook configuration is retrieved based on your authenticated account.Response
A successful response returns your webhook configuration and its associated delivery logs.| Field | Type | Description |
|---|---|---|
id | string (uuid) | Unique identifier for the webhook configuration |
url | string | The destination URL registered for your webhook |
ip_whitelist | array of strings | IP addresses permitted to trigger this webhook |
logs | array | Recent webhook delivery log entries |
created_at | string (ISO 8601) | Timestamp when the webhook was first created |
updated_at | string (ISO 8601) | Timestamp of the most recent update |