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:read
Response
List of webhooks
array
webhook_id
string
Webhook IDurl
string
URL for the webhookwebsite
string
Website namewebsite_id
string
Website IDversion
string
API versionenabled
boolean
Webhook enabled statuscreated_date
integer
Unix timestamp for creation datecreated_by
string
Creator of the webhook
Example request
curl --request GET \ --url https://api.livesession.io/v1/webhooks \ --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 ⭐️