- Allowing sellers to connect their Managem account to your platform
- Checking whether a user is a verified Managem seller
- Managing & syncing listings or marketplace data
- Building tools or services that interact with the Managem ecosystem
Registering a Third-Party Application
Before you can integrate with Managem authentication, you must register your application.Please contact us on Discord to request an
application registration and discuss your integration needs.
- Application name
- Application logo
- Redirect / callback URL
- Terms of Service URL (if available)
- Privacy Policy URL (if available)
- Client ID
- Client Secret
- Access to the Managem OAuth endpoints
Authentication Flow
Managem authentication is built on OAuth 2.0, allowing users to securely authorize your application without sharing their credentials. The flow works as follows:- Your application redirects the user to the Managem authorization endpoint.
- The user signs in to their Managem account and grants permission to your application.
- Managem redirects the user back to your configured redirect URL with an authorization code.
- Your server exchanges the code for an access token and refresh token.
- Your application can now make API calls on behalf of that user.
Linking Managem Accounts
When a user authorizes your application:- Their Managem user ID becomes linked to their account in your system.
- You receive an access token associated with that user.
- You receive a refresh token that can be securely stored for future offline access.
- The user can revoke access at any time from their Managem account settings.