Find Webhook
GET/api/v2/business/:businessId/webhook
Find Webhook
Request
Path Parameters
businessId stringrequired
Business id.
Responses
- 200
 - 400
 - 401
 
BusinessWebhookCreateResponse
- application/json
 
- Schema
 - Example (from schema)
 
Schema
webhookId stringrequired
url stringrequired
enabled booleanrequired
createdAt date-timerequired
updatedAt date-timerequired
businessBusinessId stringrequired
{
  "webhookId": "string",
  "url": "string",
  "enabled": true,
  "createdAt": "2025-06-12T13:21:07.652Z",
  "updatedAt": "2025-06-12T13:21:07.652Z",
  "businessBusinessId": "string"
}
BadRequestException
- application/json
 
- Schema
 - Example (from schema)
 
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
  "message": [
    "string"
  ],
  "error": "string",
  "statusCode": 0
}
UnauthorizedException
- application/json
 
- Schema
 - Example (from schema)
 
Schema
message string[]required
Default value: string,[object Object]
error stringrequired
statusCode numberrequired
{
  "message": [
    "string"
  ],
  "error": "string",
  "statusCode": 0
}
Loading...