Webhook Events LIST
GEThttps://sandbox.absmartly.com/v1/webhook_events
Required Permissions: Webhook List
or Webhook Admin
Request
Query Parameters
sort string
The object key to sort the results by.
sort_asc boolean
page integer
items integer
Responses
- 200
A JSON Object containing an array of all webhook events.
- application/json
- Schema
- Example (from schema)
Schema
items integer
page integer
Possible values: >= 1
total integer
webhook_events object[]
{
"items": 0,
"page": 0,
"total": 0,
"webhook_events": [
{
"id": 0,
"name": "ExperimentCreated",
"description": "Event generated when an experiment draft is created."
}
]
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: A User API Key for API authorization. **Must be in the format "Api-Key your_user_api_key"**scheme: ^Api-Key\s\S+
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://sandbox.absmartly.com/v1/webhook_events' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
ResponseClear