Get webhook
GET/webhooks/:webhookId
Return a webhook's details, i.e., its metadata
Request
Path Parameters
webhookId stringrequired
Web Hook Param
Query Parameters
siteId string
Site Identifier
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
siteId string
Site Identifier
name string
Webhook name
url string
Webhook url
insertedDate string
Inserted Timestamp
webhookId string
Webhook Identifier
userId string
User who added document
enabled string
Is webhook enabled
ttl string
Webhook time to live (expiry in seconds)
{
"siteId": "string",
"name": "string",
"url": "string",
"insertedDate": "string",
"webhookId": "string",
"userId": "string",
"enabled": "string",
"ttl": "string"
}
Loading...