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 8 months ago
