v1
latestOpenAPI 3.1.02026-07-141045121.7 KBSubscriptions
Retrieve a webhook subscription
🔑
Required OAuth scope: webhooks:read.
Retrieves the details of a specific webhook subscription with the provided subscription ID.
get/api/v2/webhooks/subscriptions/{subscriptionId}
Path parameters
subscriptionIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID of the webhook subscription.
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the details of the webhook subscription.
Example response
{
"name": "HRIS system subscription",
"url": "https://example.com/webhook",
"_id": "507f1f77bcf86cd799439011"
}