cURL
curl --request GET \ --url https://api.digitalseaservice.com/v1/webhooks/test \ --header 'Authorization: Bearer <token>'
{ "delivery_id": "dlv_77f1bb31c0c64e6db4f5e8a9c2d3e4f5", "event_id": "evt_3f4a9c8e2b1d4f5a8c9e0d1f2a3b4c5d", "target_url": "https://yachtworkerscouncil.com/integrations/dss/webhook" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Result of firing a webhook.test event.
webhook.test