Auth
Authenticated Application
The current application. If the client is not authenticated, it can pass the `client_id` of the application it plans to authenticate with in the `TeamUp-Client-ID` header.
Check Account
Check whether an email address is linked to an existing account.
Logout
Log out the current user by flushing their session and revoking refresh tokens.
UserInfo
OIDC-compliant UserInfo endpoint. Returns claims about the authenticated End-User. Requires a valid JWT Bearer token. Claims are returned conditionally based on the granted scopes: 'openid' (sub, name, given_name, family_name, updated_at), 'email' (email, email_verified). Conforms to https://openid.net/specs/openid-connect-core-1_0.html#UserInfo
Password Login
Log in a user with their password. You must apply for a direct authentication key to use this endpoint.
Profiles
Return the user profiles that are available to the authenticated credentials.
Refresh Access Token
Refresh an access token.