Get details for all domains owned by an organization
GET/:realm/orgs/:orgId/domains
Get details for all domains owned by an organization
Request
Path Parameters
realm stringrequired
realm name (not id!)
orgId stringrequired
organization id
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
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"
}
]
Loading...