Get public org information by domain hostname. Returns 404 if domain not found or not verified.
cURL
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>" } }
The domain hostname (e.g., example.com)
Public information about an org (organization)
Unique identifier for the org
Name of the org
Verification status of the org
URL of the organization logo
Organization configuration settings
Show child attributes
Was this page helpful?