DevelopersAPI referenceAuth & accountsDomains
Check the DNS TXT proof
org.domains.manage. Reads TXT at _easerix.<domain> and matches the issued token. A missing or mismatched record is a 400 with a propagation hint, not an error state — clients may poll. Already verified returns 200 unchanged.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
did*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/orgs/string/domains/string/verify"{ "domain": { "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>" } }, "message": "string"}Remove a domain claim
org.domains.manage. Existing members are unaffected — only future discovery stops.
The organization offered by your email domain
Returns a suggestion only for a verified domain in suggest mode that the caller isn't already a member of — otherwise suggestion is null. auto_join domains never surface here (they add on signup instead).