v2
latestOpenAPI 3.0.02026-07-3139594346.4 KBWebhooks
Get Webhook
Get Webhook information by its Webhook ID. Results only include webhooks authorized by the X-API-Key.
get/v1/webhooks/{webhook_id}
Path parameters
webhook_idstring required
A unique webhook ID. Reference this value to modify or delete the webhook subscription. operations as well.
Example:wh_za7VbYcSQU2zRgGQXQAm-g
Webhook ID
Response
Success
Example response
{
"created_at": 1485997169003,
"events": [
"pending"
],
"url": "https://eva-nerv.shop.com/path/to/hook",
"webhook_id": "wh_za7VbYcSQU2zRgGQXQAm-g"
}