Developer platform
Create an application
Available scopes
profile— Basic Being You identity: account id and usernameemail— Verified account email addresssocial.read— Read the member's own postssocial.write— Publish text posts for the memberprofessional.read— Read professional profile and project portfoliocircles.read— Read the member's Circle membershipsoffline_access— Issue rotating refresh tokens for long-lived integrations
Your applications
Loading applications…
Sign in with Being You
Use OAuth 2.1 authorization code with PKCE S256. Redirect URIs are exact-match only. Public/mobile clients do not receive a secret; confidential backend apps authenticate at the token endpoint.
- Generate a cryptographically random 43–128 character code_verifier and BASE64URL(SHA256(verifier)) code_challenge.
GET /oauth/authorize?response_type=code&client_id=…&redirect_uri=…&scope=profile%20email&state=…&code_challenge=…&code_challenge_method=S256- Exchange the returned one-time code at
POST /oauth/tokenusing application/x-www-form-urlencoded. - Call
GET /api/v1/mewith Authorization: Bearer <access_token>.
Developer endpoints
/.well-known/oauth-authorization-serverdiscovery/oauth/tokencode exchange / refresh-token rotation/oauth/revoketoken revocation/oauth/introspectconfidential-client token introspection/api/v1/meidentity/api/v1/me/professionalprofessional profile/api/v1/me/projectsportfolio/api/v1/me/postsown postsPOST /api/v1/postspublish text post/api/v1/me/circlesCircle memberships