Skip to content
Esc
navigateopen⌘Jpreview

List webhook endpoints

The organization’s webhook endpoints, without their signing secrets.

GET/webhooks
Responses
200OK
Array of object
idstringrequired
urlstringrequired
eventsstring[]required
enabledbooleanrequired
createdAtstring<date-time>required
401401
One of:
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "Authentication required. Pass an organization API key in the `x-api-key` header."
dataany
object
definedanyrequired
codestringrequired
statusnumberrequired
messagestringrequired
dataany
429429
One of:
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "The organization's API request limit for this period has been reached."
dataany
object
definedanyrequired
codeanyrequired
statusanyrequired
messagestringrequired
default: "Too many requests. Try again shortly."
dataany
object
definedanyrequired
codestringrequired
statusnumberrequired
messagestringrequired
dataany
Request
curl -X GET "https://stetcms.com/api/v1/webhooks"
Response
[
  {
    "id": "string",
    "url": "string",
    "events": [
      "content.changed"
    ],
    "enabled": true,
    "createdAt": "2024-01-01T00:00:00Z"
  }
]