Webhooks
/Get a list of webhooks
Get a list of webhooks
https:/api.livesession.io/v1/webhooks
List of all webhooks
Scopes
Required scopes:
webhooks:readResponse
List of webhooks
array
webhook_idstring
Webhook IDurlstring
URL for the webhookwebsitestring
Website namewebsite_idstring
Website IDversionstring
API versionenabledboolean
Webhook enabled statuscreated_dateinteger
Unix timestamp for creation datecreated_bystring
Creator of the webhook
Example request
curl --request \ --url https://api.livesession.io/v1 \ --header 'accept: application/json'
Example response
[ { "webhook_id": "string", "url": "string", "website": "string", "website_id": "string", "version": "string", "enabled": true, "created_date": 0, "created_by": "string" } ]
Built with
Show your support! Star us on GitHub ⭐️