Forrest logo
back to the curl tool

curl:ai:27919

Open an email by message-id
$ curl -u 'username:password' -X GET 'https://api.yandex.com/mail/v2/messages?ids=${message_id}'
try on your machine

This command will retrieve the email with the specified message ID using the Yandex Mail API. Replace with the actual ID of the email.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • Open an email by message-id?
back to the curl tool