MobileID API Documentation
Welcome to the official MobileID API documentation for partner organizations integrating with the MobileID platform (Djibouti).
What is MobileID?
MobileID is a digital identity and transaction platform that enables organizations to:
- Authenticate users via their mobile identity
- Authorize payments with strong user confirmation
- Sign documents electronically (e-Consent) with individual or group signing workflows
API Modules
| Module | Description |
|---|---|
| JWT Token | Obtain and revoke short-lived JWT tokens for API calls |
| Authentication | Trigger and verify user authentication from web |
| Payment Authorization | Initiate and verify payment authorization requests |
| e-Consent | Send documents for electronic signing |
Quick Start
- Obtain your
WebMobileIDAuthorizationkey andOReferenceUUID from the MobileID team - Call Get Token to obtain a short-lived JWT
- Use that JWT as
Authorization: Bearer <token>on subsequent API calls - Tokens expire after 5 minutes — renew as needed
Base URLs
| Service | URL |
|---|---|
| Organization API | https://sandbox-services.mobileid.dj |
| Signing API (e-Consent) | https://sandbox-services-sign.mobileid.dj |