Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Your Moonbase API key.

Path Parameters

id
string
required

The ID of the Inbox to retrieve.

Response

Successful response.

The Inbox object represents a shared inbox for receiving and sending messages.

type
string
required

String representing the object’s type. Always inbox for this object.

Allowed value: "inbox"
id
string
required

Unique identifier for the object.

name
string
required

The display name of the inbox.

tagsets
TagsetPointer · object[]
required

A list of TagsetPointer objects referring to the Tagsets associated with this inbox, which defines the tags available for its conversations.

created_at
string<date-time>
required

Time at which the object was created, as an ISO 8601 timestamp in UTC.

updated_at
string<date-time>
required

Time at which the object was last updated, as an ISO 8601 timestamp in UTC.

can_read
boolean