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

    verified boolean

    true if the domain is verified, false otherwise

    createdAt date-time

    The time the domain whitelist request was created

    verifiedAt date-time

    The time the org domain was verified

Loading...