Here you can find tools you can use to work with Mosaic APIs and SDKs.
When building journeys, download a ready-to-use project that demonstrates how to integrate the journey into your application (Web, iOS, or Android). See Code generation for local testing for detailed instructions.
Mosaic is increasingly integrating AI capabilities to enhance your development and management experience.
- Spark AI is Mosaic's AI assistant that helps you build and refine journeys, explore your identity and risk data, and answer questions about Mosaic features and documentation.
Use our isolated server environment to develop and test your integration, without compromising data and applications in your production environment. This environment supports all the functionality provided by Mosaic APIs and SDKs.
API Explorer is an interactive tool that lets you try out Mosaic APIs without writing any code. Use it to build, view, and send HTTP requests in our Sandbox environment. API Explorer is integrated directly into the API reference. You can launch it from the Try it button, and even switch to a wider layout by clicking
. All you need is a developer account and an application (see Get Started).
All Mosaic REST APIs are defined using the OpenAPI standard, enabling seamless integration with a wide variety of development tools and workflows.
What you can do with OpenAPI files:
- Generate client libraries in your preferred programming language
- Create automated tests and mock servers
- Import APIs into tools like Postman, Insomnia, or Swagger UI
- Generate API documentation
- Set up API monitoring and validation
Download our OpenAPI definition files directly from the API reference. Each API group has its own OpenAPI specification file that you can use with your preferred tooling.
Mosaic provides official frontend SDKs for seamless client-side integrations. These SDKs handle authentication flows, fraud prevention, identity verification, and orchestration, reducing the amount of code you need to write.
Available SDKs:
- Platform Web SDK
- Fraud Prevention Android SDK
- Fraud Prevention iOS SDK
- WebAuthn iOS SDK
- Identity Verification iOS SDK
Try out our sample web applications to see our APIs in action. Jump start your integration by checking out the app code:
Backend authentication:
- Login with email OTP
- Login with email magic links
- Login with SMS OTP
- Login with passwords
- Multi-factor authentication
- Silent authentication and offline access
- Login with WebAuthn (for logged-in users)
- Login with WebAuthn (for logged-out users)
- Login with WebAuthn using multiple devices (for logged-in users)
- Login with WebAuthn using multiple devices (for logged-out users)
OIDC & Hosted authentication:
- Login with email OTP
- Login with email magic links
- Login with SMS OTP
- Login with passwords
- Login with Google
- Authentication Hub and SSO
- Login with WebAuthn Hosted
- Multi-factor authentication
More apps:
- SAML SSO
- Hosted identity verification
- Fraud Prevention in password flow
- Fraud Prevention iOS
- TOTP generator iOS
- Identity Verification iOS
- Orchestration for iOS
- Orchestration for Android
Postman is a great tool for exploring REST APIs without writing any code. It's also helpful if you already include post scripts capable of extracting the client access token, parsing the ID token and displaying it in the console, storing the user access token, etc. Use our complete Postman Collection to work with our APIs.
Mosaic offers official client libraries for different programming languages so you can easily integrate with our backend APIs.