Webhook
Get a Webhook subscription
Retrieves a given Webhook subscription.
get/webhooks/{webhookId}
Path parameters
webhookIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Webhook Id
Response
OK
Example response
{
"id": "89120884-d29a-4b1a-ac7b-a9e73a872795",
"endpoint": "https://example.com:port/my-endpoint",
"description": "Lorem Ipsum",
"workspaces": [
"9a93d3b5-fb3b-4abf-9e70-26315b33506c"
],
"created_at": "2024-01-18T22:59:00Z",
"updated_at": "2024-01-18T22:59:00Z"
}