Get a Webhook Subscription
Request Path
GET /api/v3/webhooks/{id}
Request Payload
None
Parameters
{id} |
The id of the webhook. |
Response Example
{
"id": "string",
"creatorId": "string",
"creatorEmail": "string",
"accountId": "string",
"projectId": "string",
"callbackUrl": "string",
"isActive": true,
"name": "string",
"description": "string",
"createdOn": "2022-07-06T13:50:13.850Z",
"events": [
"string"
]
}