Skip to main content
GET
/
api
/
v1
/
webhooks
List webhooks
curl --request GET \
  --url https://shelfforce.ai/api/v1/webhooks \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "url": "<string>",
      "events": [
        "analysis.completed"
      ],
      "status": "active",
      "createdAt": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...

Response

List of webhook endpoints (no secrets).

data
object[]
required