DevelopersAPI referenceAuth & accountsDomains
List claimed domains
org.domains.manage. Unverified rows carry the TXT proof to publish.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/orgs/string/domains"{ "domains": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "domain": "string", "mode": "suggest", "verified_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "verification_record": { "type": "TXT", "name": "_easerix.acme.com", "value": "easerix-verification=<token>" } } ]}Audit log
org.settings.manage. Reads platform.audit_log, so entries span every Easerix tool, not just identity. Latest 100 by default, no pagination. meta is a JSON-encoded string; actor_id must be resolved by the client, and may name a user who no longer exists.
Claim a domain
org.domains.manage, team orgs only. The domain is normalized (scheme, www, path and trailing dot stripped, lowercased). Public email providers are rejected, as is a domain already verified elsewhere. The claim starts unverified and returns the TXT record to publish.