GET {{baseUrl}}/v1/messages/:messageId
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"id": "123",
"to": "john.doe@example.com",
"from": "jane.doe@example.com",
"subject": "Hello there!",
"body": "This is the message",
"timestamp": "2023-03-01T10:30:00Z"
} |