cURL
curl --request GET \ --url https://sandbox.onconsul.com/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "data": [ { "active": true, "created_at": "2023-11-07T05:31:56Z", "events": [ "deposit.created" ], "id": "<string>", "url": "<string>" } ], "next_cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes