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://roughy-api-staging.fly.dev/v1/webhook-endpoints \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "url": "<string>", "event_types": [ "<string>" ], "description": "<string>" } ] }
List your registered webhook endpoints with their subscribed event types.
Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.
Authorization: Bearer sk_…
Your webhook endpoints.
Show child attributes