Skip to main content
GET
List custom domains

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sailbox_id
string
required

Id of the Sailbox, as returned by create. It is sb_ followed by a UUID.

Pattern: ^sb_[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$

Response

The registered hostnames.

data
object[]
required

Every hostname registered for this Sailbox.

cname_target
string
required

Hostname to point your DNS at with a CNAME record. It is the same for every domain in your organization, so you can read it once and reuse it.