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