Skip to main content
GET
/
emails
/
{customerId}
[
  {
    "customerId": "<string>",
    "subject": "<string>",
    "content": "<string>",
    "timestamp": "<string>"
  }
]

Authorizations

X-API-Key
string
header
required

Path Parameters

customerId
string
required

ID of customer

Query Parameters

limit
integer<int32>

The maximum number of results to return

offset
integer<int32>

The offset of the first result to return

Response

Customer response

customerId
string

ID of the customer

subject
string

Subject of the email

content
string

Content of the email

timestamp
string

Timestamp of the email