cURL
curl --request GET \ --url https://api.pathstack.io/webhook \ --header 'Authorization: Bearer <token>'
{ "data": [ { "url": "<string>", "enabled": true, "id": "<string>", "error_count": 123, "last_error": "<string>", "last_error_at": "2023-11-07T05:31:56Z", "created_at": "<string>", "updated_at": "<string>", "filter": { "device_ids": [ "<string>" ], "options": { "include_speed": true, "include_driver_id": true } } } ], "links": { "previous": "<string>", "current": "<string>", "next": "<string>" } }
Returns a list of webhooks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Return only webhooks with a matching value for enabled
Page number for pagination (zero-indexed)
x >= 0
Successful Response
Successful response payload
Show child attributes