Skip to main content
GET
/
domains
/
{hostname}
Get Org by Domain Hostname
curl --request GET \
  --url https://api.example.com/domains/{hostname}
{
  "id": "<string>",
  "name": "<string>",
  "verified": true,
  "logo_url": "<string>",
  "config": {
    "email": "[email protected]",
    "address": "<string>",
    "terms_url": "<string>",
    "privacy_url": "<string>"
  }
}

Path Parameters

hostname
string
required

The domain hostname (e.g., example.com)

Response

200 - application/json

Public information about an org (organization)

id
string
required

Unique identifier for the org

name
string
required

Name of the org

verified
boolean
required

Verification status of the org

logo_url
string | null
required

URL of the organization logo

config
object

Organization configuration settings