Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://shelfforce.ai/api/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "url": "<string>", "events": [], "createdAt": "2023-11-07T05:31:56Z", "description": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } ] }
Returns all registered webhook endpoints. Secrets are never included in list responses.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
List of webhook endpoints (no secrets).
Show child attributes