cURL
curl --request GET \ --url https://api.mayerex.com/api/webhook \ --header 'Authorization: Bearer <token>'
{ "createURL": "<string>", "updateURL": "<string>" }
This endpoint fetches the current webhook URL that is set up for events.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The URL of the create webhook, set this to null to disable the webhook
The URL of the update webhook, set this to null to disable the webhook