Find Webhook
GET/webhook/find/:instanceName
Find Webhook
Request
Path Parameters
- required
instanceName stringrequired
Example: {{instance}}
Responses
- 200
OK
Response Headers
X-Powered-By string
Content-Type string
Content-Length integer
ETag string
Vary string
Date string
Connection string
Keep-Alive string
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"id": 1,
"url": "https://webhook.site/ddc933af-3e2b-4499-9c5e-5b296c40bc3e",
"enabled": true,
"events": null,
"createdAt": "2023-12-05T00:00:00.000Z",
"updatedAt": "2023-12-05T00:00:00.000Z",
"instanceId": 1
}
Loading...