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
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
domain_name string
verified boolean
record_key string
record_value string
type string
{
"domain_name": "string",
"verified": true,
"record_key": "string",
"record_value": "string",
"type": "string"
}