Skip to main content
GET
/
email
/
inboxes
/
{inbox_id}
/
messages
/
{id}
/
raw
Get raw message
curl --request GET \
  --url https://api.crevio.co/v1/email/inboxes/{inbox_id}/messages/{id}/raw \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Path Parameters

inbox_id
string
required

Inbox id (inbox_…)

id
string
required

Message id

Response

Raw message

The response is of type string.