Skip to main content
GET
/
v1
/
notification
/
webhook
List notification webhooks
curl --request GET \
  --url https://api.wirespeed.co/v1/notification/webhook \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "teamId": "<string>",
    "name": "<string>",
    "url": "<string>",
    "enabled": true,
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "notificationTypes": []
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.wirespeed.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
required
teamId
string
required
name
string
required
url
string
required
enabled
boolean
required
createdAt
string
required
updatedAt
string
required
notificationTypes
enum<string>[] | null
Available options:
NEW_CASE_ESCALATION,
NEW_SECURITY_EVENT,
NEW_CRITICAL_DEFECT,
ACCOUNT_SUMMARY,
INTEGRATION_HEALTH