This API endpoint retrieves a list of all documents available in a user's DigiLocker account for a specific organization. It allows developers to access and display the documents that a user has stored in their DigiLocker, enabling seamless integration of DigiLocker's document repository with your application.
Key Benefits
Retrieve a comprehensive list of all documents from a user's DigiLocker account
Filter documents by organization ID for targeted access
Integrate DigiLocker's secure document storage with your application
Enable users to access their official documents without leaving your platform
DigiLocker Document Pull API: Retrieves specific document content from DigiLocker
DigiLocker Authentication API: Authenticates users with DigiLocker
DigiLocker Document Verification API: Verifies the authenticity of documents
Compliance and Legal Considerations
When accessing DigiLocker documents, ensure you have explicit user consent as per the DigiLocker Terms of Service. The use of DigiLocker data is subject to compliance with the Information Technology Act, 2000 and related privacy laws. Ensure proper data handling practices to maintain user privacy and data security.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://kyc-api.surepass.app/api/v1/digilocker/pull/docs/'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.