Get a list of webhooks
GEThttps:/api.livesession.io/v1/webhooks
List of all webhooks
Scopes
Required scopes:
webhooks:read
Response
application/json
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
1 curl --request GET \2 --url https://api.livesession.io/v1/webhooks \3 --header 'accept: application/json'
1 [2 {3 "webhook_id": "string",4 "url": "string",5 "website": "string",6 "website_id": "string",7 "version": "string",8 "enabled": true,9 "created_date": 0,10 "created_by": "string"11 }12 ]
Built with