Retrieve webhook configurations

Retrieve a list of all the webhooks for a specified workspace.

SecurityJWT
Request
header Parameters
Workspace
required
string

The workspace identifier, which isolates API requests inside the provided workspace scope.

Example: corodevonmicrosoftcom_TX7T_u
Responses
200

Success

400

Bad request, validation error

401

Unauthorized request

403

Access forbidden

429

Too Many Requests

500

Internal server error

get/v1/settings/webhooks
Request samples
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "workspaceId": "string",
  • "status": "enabled",
  • "description": "string",
  • "applyToAllDescendants": true,
  • "url": "string",
  • "secret": "string",
  • "headers": {
    },
  • "triggers": "workspaceCreated",
  • "created": 0,
  • "updated": 0
}