curl --request GET \
--url https://api.lettermint.co/v1/webhooks/{webhookId}/deliveries/{deliveryId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"webhook_id": "<string>",
"event_type": "message.created",
"status": "pending",
"attempt_number": 123,
"http_status_code": 123,
"duration_ms": 123,
"payload": [
"<string>"
],
"response_body": "<string>",
"response_headers": [
"<string>"
],
"error_message": "<string>",
"delivered_at": "2023-11-07T05:31:56Z",
"timestamp": "2023-11-07T05:31:56Z"
}Returns full details of a single delivery attempt including payload and response data.
curl --request GET \
--url https://api.lettermint.co/v1/webhooks/{webhookId}/deliveries/{deliveryId} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"webhook_id": "<string>",
"event_type": "message.created",
"status": "pending",
"attempt_number": 123,
"http_status_code": 123,
"duration_ms": 123,
"payload": [
"<string>"
],
"response_body": "<string>",
"response_headers": [
"<string>"
],
"error_message": "<string>",
"delivered_at": "2023-11-07T05:31:56Z",
"timestamp": "2023-11-07T05:31:56Z"
}Team API token. Find this in your team settings.
WebhookDeliveryData
message.created, message.sent, message.delivered, message.hard_bounced, message.soft_bounced, message.spam_complaint, message.failed, message.suppressed, message.unsubscribed, message.inbound, webhook.test pending, success, failed, client_error, server_error, timeout