Skip to main content
GET
/
emails
/
{id}
/
events
cURL
curl -X GET 'https://api.nuntly.com/emails/apk_01ka8k8s80gvx9604cn9am5st4/events' \
  -H 'Authorization: Bearer apk_xxx'
{
  "data": [
    {
      "id": "<string>",
      "orgId": "<string>",
      "emailId": "<string>",
      "createdAt": "<string>",
      "payload": {},
      "occurredAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Use an API key from https://nuntly.com/dashboard/api-keys. Required on every endpoint.

Path Parameters

id
string
required

Response

Successful response.

data
object[]
required