Skip to main content

Get org domain

Get a domain from the list of an organization's whitelisted domains. Returns both verified and unverified domains by their ID

Path Parameters
    orgId string required

    unique id of the organization for which whitelisted domain is to be retrieved

    id string required

    unique id of the domain to be retrieved

Responses

A successful response.


Schema
    domain object
    id string

    The domain id

    name string

    The domain name

    orgId string

    The organization id

    token string

    The dns TXT record token to verify the domain

    state string

    The domain state either pending or verified

    createdAt date-time

    The time the domain whitelist request was created

    updatedAt date-time

    The time the org domain was updated

Loading...