Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Pagination cursor from a previous response

limit
integer
default:30

Maximum number of items to return

Required range: 1 <= x <= 30
domainId
string

Filter by domain.

from
string

Filter by sender address.

Response

Successful response.

data
object[]
required
nextCursor
string | null