Developer API
Build MFA into your applications with our RESTful API. Scoped keys, sandbox environment, and comprehensive documentation.
API Keys
Create scoped API keys with live and test environments.
Fast Integration
RESTful JSON API with clear error responses and rate limits.
Security Events
Audit trail for all authentication and MFA events.
Quick Start
# Base URL
https://api.muhaauth.cloud/api/v1
# Authenticate with API key
curl -H "Authorization: Bearer muha_test_..." \
https://api.muhaauth.cloud/api/v1/mfa/status
API Scopes
mfa:readmfa:enrollmfa:verifymfa:managedevices:readdevices:manage
Endpoints
POST
/api/v1/mfa/enrollPOST
/api/v1/mfa/confirmPOST
/api/v1/mfa/verifyGET
/api/v1/mfa/statusGET
/api/v1/devicesGET
/api/v1/sessions