StableOps
API reference

List webhook endpoints

GET/v1/webhook-endpoints

Authorization

bearerAuth
AuthorizationBearer <token>

Paste your API key from the dashboard (no sk_ prefix required).

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/webhook-endpoints"
{
  "items": [
    {
      "id": "string",
      "url": "http://example.com",
      "description": "string",
      "enabled_events": [
        "payment_order.created"
      ],
      "redact_metadata": true,
      "disabled_at": "2019-08-24T14:15:22Z",
      "created_at": "2019-08-24T14:15:22Z",
      "secret": "string"
    }
  ]
}
{
  "statusCode": -9007199254740991,
  "message": "string",
  "error": "string"
}