GET
/
v1
/
webhooks
/
test
Fire a webhook.test event to your registered URL
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful Response

Result of firing a webhook.test event.

event_id
string
required
delivery_id
string
required
target_url
string
required