DevelopersAPI referenceAuth & accountsDomains
Accept the suggestion
Joins as member and returns an access token already switched into the organization. Idempotent for an existing member.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/me/discoverable/join"{ "org": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "slug": "string", "name": "string", "kind": "string", "avatar_url": "string", "role": "string", "permissions": [ "string" ], "tools": [ "string" ] }, "access_token": "string", "expires_at": "2019-08-24T14:15:22Z"}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).
Liveness probe
Unauthenticated liveness check used by the platform and monitors.