cURL
curl --request GET \ --url https://api.trysela.com/api/webhooks/ \ --header 'Authorization: <api-key>'
{ "count": 123, "results": [ { "url": "<string>", "id": 123, "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
"http://api.example.org/accounts/?page=4"
"http://api.example.org/accounts/?page=2"