Request Parameters
[GET]
Headers
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | array | List of webhook subscriptions |
| entity[].app_id | string | Your application ID |
| entity[].endpoint | string | The callback URL receiving webhook events |
| entity[].environment | string | Environment for the webhook (e.g., βliveβ, βsandboxβ) |
| entity[].service | string | Service type the webhook is subscribed to (e.g., βsmsβ, βkyc_widgetβ) |
| entity[].confirmation_status | string | Delivery status of the last webhook event (e.g., βDELIVEREDβ) |
| entity[].date_created | string | Timestamp when the webhook was created (ISO 8601) |
| entity[].date_updated | string | Timestamp when the webhook was last updated (ISO 8601) |