List webhooks
GET
https://api.plusvibe.ai/api/v1/hook/list
Webhook
workspace_id
must be provided as a query parameter.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.plusvibe.ai/api/v1/hook/list?workspace_id'
Response Response Example
200 - Example 1
{
"hooks": [
{
"_id": "675fb344e5c1f6922e9f9eba",
"workspace_id": "675fb344e5c1f6922e9f9ebb",
"org_id": "675fb344e5c1f6922e9f9ebc",
"url": "https://webhook-destination.com",
"name": "Webhook Name",
"secret": "string",
"camp_ids": [
{}
],
"evt_types": [
{}
],
"status": "ACTIVE",
"integration_type": "string",
"ignore_ooo": 1,
"ignore_automatic": 1,
"created_at": "2024-12-16T04:57:40.254Z",
"modified_at": "2024-12-16T04:57:40.254Z",
"last_run": "null",
"last_resp": "null",
"last_recv_resp": "null",
"created_by": "65099a0dd96fae8ab61130c1",
"modified_by": "65099a0dd96fae8ab61130c1"
}
]
}
Request
Query Params
workspace_id
string
required
Default:
Example:
65099a0dd96fae8ab61130c0
Header Params
x-api-key
string
optional
Default:
Example:
your api key
Responses
Modified at 2025-05-24 05:40:10