v2
latestOpenAPI 3.1.02026-08-074390396.7 KBWebhook Subscriptions
Show Webhook Subscription
Get details of a specific webhook subscription based on ID.
get/api/v1/webhook-subscriptions/{id}
Response
Webhook subscription retrieved successfully
Example response
{
"data": {
"id": "01983282-53cf-7e16-b5e1-dd0de4ce02fa",
"attributes": {
"url": "https://example.com/webhook",
"secretKey": "a2e2c04657b924390d2a2623439c65734d07e0f8",
"scopeName": "Test Organisation"
}
}
}