curl --request GET \ --url https://schoolmaker.co/api/v1/webhooks \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "webhook_url": "<string>", "event_type": "<string>", "provider": "<string>", "extra_parameters": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>