DevelopersAPI referenceAuth & accountsMe
Workspace switcher list
Every org the caller belongs to (personal org self-healed first), each with member_count and is_default. No tools field here.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/me/orgs"{ "orgs": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "slug": "string", "name": "string", "kind": "string", "avatar_url": "string", "role": "string", "permissions": [ "string" ], "member_count": 0, "is_default": true } ]}Resend the email confirmation link
Full sessions only. No-ops with a 200 if the account is already verified, or if a still-usable link was sent within the last minute (throttled so this can't be used to mail-bomb an inbox).
Active sessions
Full sessions only. Unrevoked, unexpired refresh-token sessions, newest first.