List all inboxes
Inboxes
List all inboxes
List all inboxes for the authenticated user.
GET
List all inboxes
Authorizations
OAuth 2.0 authentication.
Query Parameters
Number of results to return per page.
The initial index from which to return the results.
initializing- initializingactive- activepaused- pauseddeleting- deletinginitialization_failure- initialization_failure
Available options:
active, deleting, initialization_failure, initializing, paused Response
An inbox: a durable, user-scoped queue for a trigger subscription,
identified by its natural key.
Total number of results across all pages.
Example:
123
Array of results for the current page.
Link to next page of results if any.
Example:
"https://api.example.org/accounts/?offset=400&limit=100"
Link to previous page of results if any.
Example:
"https://api.example.org/accounts/?offset=200&limit=100"