Skip to main content

Get all messages for email

GET 

/v1/emails/:email/messages

Get all messages for email

Request

Path Parameters

    email stringrequired

    email to get messages

Responses

Success

Response Headers

  • X-Ratelimit-Limit

    integer

    Example: 100

    The maximum number of requests that you can make per period

  • X-Ratelimit-Remaining

    integer

    Example: 99

    The number of requests remaining in the current rate limit window

  • X-Ratelimit-Used

    integer

    Example: 1

    The number of requests you have made in the current rate limit window

  • X-Ratelimit-Reset

    integer

    Example: 1723886474

    The time at which the current rate limit window resets, in UTC epoch seconds

Schema

    oneOf

    messages array[]
Loading...