inboxes
Create Inbox
This creates a new Inbox for the authenticated user
POST
/
inboxes
/
Authorizations
Authorization
string
headerrequiredBearer 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.
name
string
requiredconfig
object
requireddraft
boolean
requiredResponse
200 - application/json
id
string
requiredname
string
requiredslug
string
requireddraft
boolean
requiredconfig
object
requiredcreatedAt
string
requiredupdatedAt
string
required