Get public org information by domain hostname. Returns 404 if domain not found or not verified.
curl --request GET \
--url https://api.useinvent.com/domains/{hostname}{
"id": "<string>",
"name": "<string>",
"verified": true,
"logo_url": "<string>",
"plan": "free",
"config": {
"email": "jsmith@example.com",
"address": "<string>",
"terms_url": "<string>",
"privacy_url": "<string>"
},
"features": {
"enterprise": true,
"allow_overdraft": true,
"workflows": true,
"broadcasts": true,
"enable_japifon": true,
"slack_access": true
},
"parent_org_id": "<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
Type of subscription plan
free, business Organization configuration settings
Show child attributes
Org gate-keeping features configuration
Show child attributes
ID of the parent organization if this is a sub-org
Was this page helpful?
curl --request GET \
--url https://api.useinvent.com/domains/{hostname}{
"id": "<string>",
"name": "<string>",
"verified": true,
"logo_url": "<string>",
"plan": "free",
"config": {
"email": "jsmith@example.com",
"address": "<string>",
"terms_url": "<string>",
"privacy_url": "<string>"
},
"features": {
"enterprise": true,
"allow_overdraft": true,
"workflows": true,
"broadcasts": true,
"enable_japifon": true,
"slack_access": true
},
"parent_org_id": "<string>"
}