API: Retrieving Email Contents

This document provides a guide for software developers to use the Archiver REST API.

To retrieve the contents of an email, simply issue a GET request to the "email_url" value of a particular email search result. Be sure to pass the authorization token using an Authorization HTTP header.

Service URL:

The email_url value of an email search result.

Request Method:

GET

HTTP Headers:

Authorization: <AUTHORIZATION TOKEN>

Response Value:

The response will be the HTML text of the email.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us