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

  1. Obtain Credentials

    • OAuth2 Client ID & Secret or Basic Auth credentials
    • Provided by your REL-ID Admin
  2. Whitelisted IP

    • Make sure your enterprise IP is whitelisted by Uniken
  3. Secure Endpoints

    • All APIs are hosted on HTTPS-enabled ports (e.g., 9442, 8007, 8004)

🔐 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.