Skip to main content
POST
/
webhooks
/
{webhookId}
/
test
Test a webhook by sending a sample payload
curl --request POST \
  --url https://api.lettermint.co/v1/webhooks/{webhookId}/test \
  --header 'Authorization: Bearer <token>'
{
  "message": "Test webhook dispatched successfully. Check the deliveries endpoint for results.",
  "delivery_id": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

webhookId
string
required

Response

200 - application/json
message
enum<string>
required
Available options:
Test webhook dispatched successfully. Check the deliveries endpoint for results.
delivery_id
string
required