Skip to main content
GET
/
v1
/
team
/
webhooks
List webhooks
curl --request GET \
  --url https://api.oneofnone.io/v1/team/webhooks \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "url": "<string>",
    "events": [
      "<string>"
    ],
    "is_enabled": true,
    "created_at": "<string>",
    "name": "<string>",
    "retry_count": 123,
    "timeout_ms": 123,
    "updated_at": "<string>"
  }
]

Authorizations

x-api-key
string
header
required

Response

Successful response

id
string
required
url
string
required
events
string[]
required
is_enabled
boolean
required
created_at
string
required
name
string | null
retry_count
number | null
timeout_ms
number | null
updated_at
string | null