Skip to Content
MID 1.0 is released 🎉

Developer Resources & Downloads

Everything You Need to Build with MID

Access our comprehensive suite of SDKs, APIs, documentation, and tools to integrate MID's secure digital identity platform into your applications.

ℹ️
Developer Community

Join 10,000+ developers building with MID. Access our GitHub repositories, join our Discord community, and get support from our technical team and fellow developers.

Mobile Apps

MID iOS App

Download the official MID app for iPhone and iPad users. Requires iOS 12.0 or later.

Features:

  • Biometric authentication
  • Digital signatures
  • QR code scanning
  • Offline capabilities
MID Android App

Get MID for Android devices. Compatible with Android 6.0 (API level 23) and above.

Features:

  • Fingerprint & face unlock
  • Document signing
  • Secure notifications
  • Multi-language support
Enterprise Distribution

Custom enterprise apps with your branding and specific configurations for internal deployment.

Features:

  • Custom branding
  • Enterprise policies
  • MDM integration
  • Volume licensing

SDKs & Libraries

API Access

Get Your API Keys
Access MID's REST API with your secure API keys. Create sandbox keys for testing or production keys for live applications.
Get API Keys

Free testing environment

  • Unlimited API calls
  • Mock data responses
  • No rate limits
  • Perfect for development

Live production API

  • Real identity verification
  • SLA guarantees
  • 24/7 monitoring
  • Enterprise support

Scalable quotas

  • Starter: 1,000 calls/month
  • Business: 100,000 calls/month
  • Enterprise: Unlimited

Documentation & Guides

API Reference

Complete REST API documentation with interactive examples and code samples in multiple languages.

  • Authentication endpoints
  • Identity verification
  • Digital signatures
  • Webhook configuration
  • Error handling

Integration Guides

Step-by-step tutorials for common integration scenarios and popular platforms.

  • Web application integration
  • Mobile app integration
  • Enterprise SSO setup
  • Webhook implementation
  • Security best practices

Quick Start Templates

React Web App

A complete React application demonstrating MID authentication and digital signatures.

Includes:

  • Login/logout flows
  • Document signing
  • User profile management
  • Responsive design
Mobile Starter Kit

Native iOS and Android apps with MID SDK integration and common use cases.

Includes:

  • Biometric setup
  • Authentication flows
  • Camera integration
  • Offline handling
Backend API Server

Node.js Express server with MID webhook handling and database integration.

Includes:

  • Webhook endpoints
  • Database models
  • Authentication middleware
  • Docker configuration

Developer Tools

Code Examples

ℹ️
Interactive Code Samples

Explore our interactive code examples that you can run directly in your browser. No setup required!

Authentication Flow

// Initialize MID SDK const mid = new MID({ apiKey: 'your-api-key', environment: 'sandbox' }); // Start authentication const session = await mid.authenticate({ userId: 'user-123', returnUrl: 'https://your-app.com/callback' }); // Display QR code document.getElementById('qr-code').src = session.qrCode;

Document Signing

// Create signing session const signingSession = await mid.createSigningSession({ document: { content: base64Document, filename: 'contract.pdf' }, signers: ['user-123'] }); // Get signing URL const signingUrl = signingSession.url; window.open(signingUrl, '_blank');

Resources & Downloads

Official MID logos, icons, and brand guidelines for your app integration.

Download Assets →

Detailed technical documentation of MID’s security architecture and protocols.

Download PDF →

Guidelines for GDPR, SOC 2, and other compliance requirements when using MID.

Download Guide →

Tools and scripts to help migrate from other authentication providers to MID.

Get Toolkit →

Community & Support

GitHub

Access our open-source SDKs, report issues, and contribute to the MID ecosystem.

Visit GitHub →

Discord Community

Join our developer community for real-time support and discussions.

Join Discord →

Developer Forum

Browse discussions, ask questions, and share your MID integrations.

Visit Forum →

Stay Updated

Developer Newsletter

Get the latest SDK updates, new features, and developer tips delivered to your inbox.

No spam, unsubscribe anytime. Sent monthly.


Need help getting started? Contact our developer support team for personalized assistance.

Last updated on