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.

Path Parameters

inboxId
string
required

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
labels
string

Comma-separated labels to filter by (AND logic). Threads with spam/trash are excluded by default unless explicitly requested via ?labels=spam or ?labels=trash.

Response

Successful response.

data
object[]
required
nextCursor
string | null