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://api.jogg.ai/v1/endpoints \ --header 'x-api-key: <api-key>'
{ "data": [ { "endpoint_id": "<string>", "url": "<string>", "secret": "<string>", "events": [ "<string>" ], "username": "<string>", "created_at": 123 } ] }
Get a list of configured webhook endpoints
Successful operation
Show child attributes