cURL
curl --request GET \ --url https://api.presenton.ai/api/v3/webhook/all \ --header 'Authorization: <authorization>'
[ { "id": "<string>", "url": "<string>", "event": "presentation.generation.completed", "created_at": "2023-11-07T05:31:56Z" } ]
Bearer JWT or API Key
Successful Response
presentation.generation.completed
presentation.generation.failed
Was this page helpful?