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
    org_id 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

    org_id string

    The organization id

    token string

    The dns TXT record token to verify the domain

    state string

    The domain state either pending or verified

    created_at date-time

    The time the domain whitelist request was created

    updated_at date-time

    The time the org domain was updated

Loading...