cURL
curl --request GET \ --url https://api.trysela.com/api/webhooks/ \ --header 'Authorization: <api-key>'
{ "count": 123, "results": [ { "url": "<string>", "trigger": "LEAD_CREATED" } ], "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2" }
List all webhook subscriptions.
Token-based authentication with required prefix "Token"
A page number within the paginated result set.
123
Show child attributes
255
LEAD_CREATED
LEAD_CLOSED
LEAD_CLOSED_INCOMPLETE
LEAD_LOST
LEAD_SCHEDULE_COMPLETED
LEAD_LATE_CALLBACK
LEAD_OUT_OF_TERRITORY
LEAD_BAD_NUMBER
LEAD_CANCELLED
LEAD_CALLBACK_TO_TRANSFER
CALL_COMPLETE
BEFORE_CALLING
CALL_FAILED
CALL_ENDED
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"