Skip to main content

Get details for a domain owned by an organization

GET 

/:realm/orgs/:orgId/domains/:domainName

Get details for a domain owned by an organization

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

    orgId stringrequired

    organization id

    domainName stringrequired

    domain name

Responses

success

Schema

    domain_name string
    verified boolean
    record_key string
    record_value string
    type string
Loading...