v1
latestOpenAPI 3.0.3Apache 2.02026-07-1756158355.3 KBcourier
Get a Message
Gets a specific messages by the given ID.
get/admin/courier/messages/{id}
Path parameters
idstring required
MessageID is the ID of the message.
Response
message
Example response
{
"dispatches": [
{
"updated_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"message_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"error": "{}",
"status": "failed"
},
{
"updated_at": "2000-01-23T04:56:07.000+00:00",
"created_at": "2000-01-23T04:56:07.000+00:00",
"message_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"error": "{}",
"status": "failed"
}
],
"updated_at": "2000-01-23T04:56:07.000+00:00",
"subject": "subject",
"channel": "channel",
"recipient": "recipient",
"created_at": "2000-01-23T04:56:07.000+00:00",
"send_count": 0,
"template_type": "recovery_invalid",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"body": "body",
"type": "email",
"status": "queued"
}