Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

account_id
string<uuid>

The account ID to fetch all emails for. Required if email_id is not provided.

email_id
string

A Resend email ID to fetch a single email. Required if account_id is not provided.

Response

Emails retrieved successfully

Response containing Resend emails sent for an account

status
enum<string>
required

Status of the request

Available options:
success,
error
emails
object[]
required

List of emails sent for the account, ordered by created_at descending