Get all messages for email
GET/v1/emails/:email/messages
Get all messages for email
Request
Responses
- 200
- 400
- 429
Success
Response Headers
X-Ratelimit-Limit
The maximum number of requests that you can make per period
Example:
100
X-Ratelimit-Remaining
The number of requests remaining in the current rate limit window
Example:
99
X-Ratelimit-Used
The number of requests you have made in the current rate limit window
Example:
1
X-Ratelimit-Reset
The time at which the current rate limit window resets, in UTC epoch seconds
Example:
1723886474
request error
rate limit error