Getting Started with REL-ID APIs
🚀 Getting Started with REL-ID APIs
Welcome to the REL-ID Developer Portal! REL-ID provides a suite of secure REST APIs to help enterprises integrate authentication, identity verification, and user management into their applications across mobile, web, and backend systems.
✅ Key Capabilities
- User Enrollment & Management – Administer users and devices via Admin and GM APIs
- Push-Based Authentication – Trigger secure notifications for login and transaction approval using REL-IDverify APIs
- Identity Verification (KYC) – Scan and validate documents and selfies using IDV APIs
- Web Authentication – Enable secure multi-factor login flows using the Web Authentication Module
🛠️ Prerequisites
-
Obtain Credentials
- OAuth2 Client ID & Secret or Basic Auth credentials
- Provided by your REL-ID Admin
-
Whitelisted IP
- Make sure your enterprise IP is whitelisted by Uniken
-
Secure Endpoints
- All APIs are hosted on HTTPS-enabled ports (e.g.,
9442
,8007
,8004
)
- All APIs are hosted on HTTPS-enabled ports (e.g.,
🔐 Authentication
REL-ID APIs support:
- OAuth2: Recommended for production
- Basic Auth: For initial testing or backend services
Refer to the AuthServer Documentation for OAuth2 flows and token generation.
Updated about 2 months ago