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>", "status": "enabled", "events": [ "<string>" ], "username": "<string>", "created_at": 123 } ] }
Get a list of configured webhook endpoints
Documentation IndexFetch the complete documentation index at: https://docs.jogg.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jogg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful operation
Show child attributes