Skip to main content
GET
List messages from an inbox

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

inbox_id
string<uuid>
required

Query Parameters

cursor
string

The pagination cursor value.

Response

next
string<uri> | null
required

Link to next page of results if any.

Example:

"https://api.example.org/accounts/?cursor=cD00ODY%3D"

previous
string<uri> | null
required

Link to previous page of results if any.

Example:

"https://api.example.org/accounts/?cursor=cj0xJnA9NDg3"

results
object[]
required

Array of results for the current page.