GET /api/v3/webhooks

Get a List of Webhook Subscriptions

Request Path

GET /api/v3/webhooks?cloudshareAccountId=SBAjsfGEasdlkj98jlka&projectIds=PRasdfblkjaoi234lkjoi

Request Payload

None

Parameters

cloudshareAccountId The id of the account.
projectIds A list of project ids.

Response Example

[
  {
    "id": "string",
    "creatorId": "string",
    "creatorEmail": "string",
    "accountId": "string",
    "projectId": "string",
    "callbackUrl": "string",
    "isActive": true,
    "name": "string",
    "description": "string",
    "createdOn": "2022-07-06T13:40:12.415Z",
    "events": [
      "string"
    ]
  }
]