Get Webhooks for Project
GET/notifications/webhooks/:projectId
Find and fetch all the webhooks associated with a project by projectId
Request
Path Parameters
projectId stringrequired
Example: 62caedf9e2719e72815d0703
Query Parameters
apiKey string
Example: {{publicKey}}
Header Parameters
API-SECRET string
Example: {{secretKey}}
Responses
- 200
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
object
{}
[
  {
    "_id": "62cfd9b84c800bc28528e65f",
    "projectId": "62ce87c8131bbffe0f83af65",
    "webhookUrl": "https://webhook.site/d7a716ac-8119-4114-9586-f0667c2cb1e1",
    "eventType": "ALL",
    "createdAt": "2022-07-14T08:54:16.249Z",
    "updatedAt": "2022-07-14T08:54:16.249Z",
    "__v": 0
  },
  {
    "_id": "62cfd9b94c800bc28528e661",
    "projectId": "62ce87c8131bbffe0f83af65",
    "webhookUrl": "https://webhook.site/d7a716ac-8119-4114-9586-f0667c2cb1e1",
    "eventType": "ALL",
    "createdAt": "2022-07-14T08:54:17.540Z",
    "updatedAt": "2022-07-14T08:54:17.540Z",
    "__v": 0
  },
  {
    "_id": "62cfd9ba4c800bc28528e663",
    "projectId": "62ce87c8131bbffe0f83af65",
    "webhookUrl": "https://webhook.site/d7a716ac-8119-4114-9586-f0667c2cb1e1",
    "eventType": "ALL",
    "createdAt": "2022-07-14T08:54:18.590Z",
    "updatedAt": "2022-07-14T08:54:18.590Z",
    "__v": 0
  },
  {
    "_id": "62cfd9bb4c800bc28528e665",
    "projectId": "62ce87c8131bbffe0f83af65",
    "webhookUrl": "https://webhook.site/d7a716ac-8119-4114-9586-f0667c2cb1e1",
    "eventType": "ALL",
    "createdAt": "2022-07-14T08:54:19.697Z",
    "updatedAt": "2022-07-14T08:54:19.697Z",
    "__v": 0
  },
  {
    "_id": "62cfd9bc4c800bc28528e667",
    "projectId": "62ce87c8131bbffe0f83af65",
    "webhookUrl": "https://webhook.site/d7a716ac-8119-4114-9586-f0667c2cb1e1",
    "eventType": "ALL",
    "createdAt": "2022-07-14T08:54:20.687Z",
    "updatedAt": "2022-07-14T08:54:20.687Z",
    "__v": 0
  },
  {
    "_id": "62d3f2aa15a8393bd802c313",
    "projectId": "62ce87c8131bbffe0f83af65",
    "webhookUrl": "https://webhook.site/d7a716ac-8119-4114-9586-f0667c2cb1e1",
    "eventType": "ALL",
    "createdAt": "2022-07-17T11:29:46.459Z",
    "updatedAt": "2022-07-17T11:29:46.459Z",
    "__v": 0
  }
]
Loading...