Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://mail-service.iran.liara.ir/api/v1/mails/{mailServerID}/messages/{messageID} \ --header 'Authorization: <api-key>'
{ "status": "<string>", "data": { "message": { "createdAt": "<string>", "direction": "<string>", "from": "<string>", "hasHtml": true, "isDev": true, "isFree": true, "spamScore": true, "subject": "<string>", "to": "<string>", "text": "<string>", "status": { "event": "<string>", "state": "<string>", "details": "<string>" }, "id": "<string>", "spamReson": {} } } }
Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #
Bearer:
^[0-9a-fA-F]{24}$
OK
Show child attributes