Get Webhooks

View the webhooks created via the API for a Workspace. This endpoint returns webhooks created by the authenticated user.

SecurityAuthorization Token
Request
path Parameters
team_id
required
number <double>

Team ID (Workspace)

Responses
200
get/v2/team/{team_id}/webhook
Request samples
Response samples
application/json
{
  • "webhooks": [
    ]
}