Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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>"
}Dispatches a test webhook delivery to verify the endpoint is working correctly.
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>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.