Skip to main content

Get specific message

GET 

/v1/messages/:id

Get specific message

Request

Path Parameters

    id stringrequired

    message id

Responses

Success response

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

    id string

    Message ID

    from email

    Email from

    to email

    Email to

    cc string[]

    Email CC

    subject string

    Email subject

    body_text string

    Text version of email

    body_html string

    HTML version of email

    created_at date-time

    When message was delivered

    attachments

    object[]

    Attachments

  • Array [

  • id string
    name string
    size number
  • ]

Loading...