Skip to main content
GET
/
v1
/
notifications
/
emails
/
recent
Get Recent Email Sends
curl --request GET \
  --url https://api.mixpeek.com/v1/notifications/emails/recent \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
default:50
Required range: x <= 200

Response

Successful Response

The response is of type Response Get Recent Email Sends V1 Notifications Emails Recent Get · object.