🎯
UNIFID Integration Guide
  • 📖UNIFID Integration
  • ⭐Get started with UNIFID
  • ⚛️Authentication
  • SDK
    • ✳️SDK Configuration
  • API
    • 👥User Identity
      • 👤Basic Identity - Uganda
      • 👥Sanctions
      • 🥈Request credential
    • ⚙️Company Verification
      • 🔧Company Search
      • 📄Company Docs
  • Webhook
    • ⚙️Webhook
      • 👥User Identity
      • 👥Verified Credentials
      • 🎭Company Search
      • 🎭Company Docs
Powered by GitBook
On this page
  1. API
  2. User Identity

Request credential

The API allows to verifiers to request user's identity credentials from users

PreviousSanctionsNextCompany Verification

Last updated 1 year ago

User Identity

GET https://<server_address>/api/code

Request Body

Name
Type
Description

code*

String

code is provided by the user

verifier_id*

String

Verifier ID provided by UNIFID

Resposen will be posted to webhook; refer to section for details

// sample - request body
// code - code shared from their UNIFID identity wallet
// verifier_id - Verifier ID provided by UNIFID
{
    "code":123687,
    "verifier_id":"4aa24fe5-2e8f-4b75-9dbb-499fb6dbbab4"
}
👥
🥈
User Identity