Skip to main content
POST
/
webhooks
/
subscriptions
/
{id}
/
test
Test webhook subscription
curl --request POST \
  --url https://api-message.nativehub.live/api/v1/webhooks/subscriptions/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "status": "sent",
  "response_code": 200
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Webhook Subscription ID

Response

200 - application/json

Test webhook sent successfully

status
string
response_code
integer