EaserixDocs
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 Markdown
GET
/v1/me/discoverable
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  }}