Get webhooks
GET{baseUrl}/api/2.0/settings/webhook
Returns a list of the tenant webhooks.
Responses
- 200
- 401
List of tenant webhooks with their config parameters
- application/json
- Schema
- Example (auto)
Schema
configs object
statusint32
Status
Example:
1234
{
"configs": {
"id": 9846,
"name": "Winfield Upton",
"uri": "some text",
"secretKey": "some text",
"enabled": true,
"ssl": true
},
"status": 1234
}
Unauthorized
Authorization: asc_auth_key
name: asc_auth_keytype: apiKeyscopes: read,write
in: cookie
- curl
- python
- javascript
- php
- csharp
- java
- CURL
curl -L '/api/2.0/settings/webhook' \
-H 'Accept: application/json'
ResponseClear