Retrieves the details of an existing inbox.
Your Moonbase API key.
The ID of the Inbox to retrieve.
Specifies which related objects to include in the response. Valid option is tagsets.
tagsets 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.
"inbox"Unique identifier for the object.
The display name of the inbox.
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.
The list of Tagset objects associated with this inbox, which defines the tags available for its conversations.
Note: Only present when requested using the include query parameter.