DevelopersAPI referenceAuth & accountsDomains
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).
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/me/discoverable"{ "suggestion": { "org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b", "name": "string", "slug": "string", "avatar_url": "string", "domain": "string", "member_count": 0 }}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.
Accept the suggestion
Joins as member and returns an access token already switched into the organization. Idempotent for an existing member.