DIGI LOCKER DOCUMENTATION How to make a request? API Endpoint: https://api.kyc.idfy.com/sync/profiles HEADERS: Account ID: To be shared by IDfy API key: To be shared by IDfy REQUEST BODY: { "reference_id": "ENTER_A_REFERENCE_ID_HERE", "config": { "id": "to be shared by IDfy" }, "data": {} } RESPONSE BODY: { "capture_expires_at": null, "capture_link": "https://capture.kyc.idfy.com/captures?t=S2y5S7XOe5w_", "profile_id": "5d177046-cd5c-4979-87ec-d69498c8f505" } The user has to be redirected to the capture link in order to begin the digilocker verification journey. FETCHING THE RESPONSE: API Endpoint: https://api.kyc.idfy.com/profiles/<profile_id> The profile ID received as response in the above response body will be used to fetch the digilocker response. RESPONSE BODY: Links to In App and Webview Implementation documentation: A) Android Java : https://github.com/idfy/android-java-capture-demo B) React Native : https://github.com/idfy/react-native-capture-demo