Skip to main content
GET
List inboxes

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

Max results to return (clamped to 100)

offset
integer
default:0

Number of results to skip

podId
string

Filter to inboxes in a single pod. Accepts the pod ID or your own clientId. An unknown value returns an empty list.

Response

List of inboxes

List of inboxes

data
object[]
total
integer