Skip to main content

Get mailbox

GET 

/mailboxes/:mailbox_id

Get mailbox

Request

Path Parameters

    mailbox_id stringrequired
    Example: 0258cbc6-6020-430a-848e-aafacbadf4ae

Query Parameters

    include_raw_data boolean

    Whether to include raw data fetched from the 3rd party provider.

    Example: true

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Responses

Mailbox

Schema
    id stringrequired
    email stringnullablerequired
    user_id stringnullablerequired
    created_at date-timenullablerequired
    updated_at date-timenullablerequired
    is_deleted booleanrequired
    last_modified_at date-timerequired
    is_disabled booleannullable

    When disabled, cannot be used to send email.

Loading...