inboxes
Create Inbox
This creates a new Inbox for the authenticated user
POST
/
inboxes
/
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The base configuration required to create an Inbox. The Inbox's name will be slugified for alternative lookup.