Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.crevio.co/v1/email/inboxes/{inbox_id}/messages/{id}/raw \ --header 'Authorization: <api-key>'
"<string>"
Returns a minimal RFC 5322 representation of the message.
API key in the format: Bearer {api_token}
Inbox id (inbox_…)
Message id
Raw message
The response is of type string.
string
Was this page helpful?