JavaScript
Inboxes
Retrieve an Inbox
Retrieves the details of an existing inbox.
GET
JavaScript
Authorizations
Your Moonbase API key.
Path Parameters
The ID of the Inbox to retrieve.
Response
Successful response.
The Inbox object represents a shared inbox for receiving and sending messages.
String representing the object’s type. Always inbox for this object.
Allowed value:
"inbox"Unique identifier for the object.
The display name of the inbox.
A list of TagsetPointer objects referring to the Tagsets associated with this inbox, which defines the tags available for its conversations.
Time at which the object was created, as an ISO 8601 timestamp in UTC.
Time at which the object was last updated, as an ISO 8601 timestamp in UTC.

