Get Webhook
Returns the specified webhook subscriber within the specified organization.
Org ID
Webhook identifier
OK
{
"created": "string",
"updated": "string",
"version": 0,
"id": "string",
"web_hook_info": {
"callback_uri": "string",
"callback_headers": {
"callback_headers": "string"
},
"subscribed_categories": [
"string"
],
"subscribed_notification_types": [
"string"
],
"unsubscribed_notification_types": [
"string"
]
},
"status": "string",
"name": "string",
"providers": [
"string"
],
"contact": "[email protected]/#vmc-notification-gw",
"org_id": "string",
"created_by": "[email protected]",
"updated_by": "[email protected]"
}
The creation date of entity.
The update date of entity.
Version of this entity.
Unique ID for this entity.
web_hook_info
The status of the webhook.
name
providers
Team member email or slack channel to be contacted if needed
org_id
The username of the person/app who created the notification type
The username of the person/app who updated the notification type
Bad Request
{
"messages": {
"id": "string",
"default_message": "string",
"args": [
"string"
]
},
"type": "string"
}
Message of Error
type
Unauthorized
"WebhookResponse Object"
The creation date of entity.
The update date of entity.
Version of this entity.
Unique ID for this entity.
web_hook_info
The status of the webhook.
name
providers
Team member email or slack channel to be contacted if needed
org_id
The username of the person/app who created the notification type
The username of the person/app who updated the notification type
Forbidden
"WebhookResponse Object"
The creation date of entity.
The update date of entity.
Version of this entity.
Unique ID for this entity.
web_hook_info
The status of the webhook.
name
providers
Team member email or slack channel to be contacted if needed
org_id
The username of the person/app who created the notification type
The username of the person/app who updated the notification type
Not Found
"ErrorResponse Object"
Message of Error
type
Internal Server Error
"ErrorResponse Object"
Message of Error
type
curl -H 'Authorization: <value>' https://{api_host}/api/notification/{orgId}/webhooks/{webhook}