Skip to main content
GET
/
api
/
webhooks
List webhooks
curl --request GET \
  --url https://operator.io/api/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "webhooks": [
    {
      "id": "<string>",
      "name": "<string>",
      "promptTemplate": "<string>",
      "token": "<string>",
      "enabled": true,
      "createdAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key (ck_live_...). Create one in Settings > API Keys.

Response

200 - application/json

List of webhooks.

webhooks
object[]