This API endpoint retrieves the list of parameters required for a specific document type from DigiLocker for a given organization. It allows developers to dynamically fetch the necessary input parameters that must be provided when requesting document extraction from DigiLocker, ensuring that all required fields are collected before making a document pull request.
Key Benefits
Dynamically discover required parameters for different document types
Reduce failed document pull requests by ensuring all required fields are collected
Streamline integration with DigiLocker's document verification system
Enable building dynamic forms that adapt to different document requirements
DigiLocker Document Pull API - Initiates document extraction using parameters obtained from this API
DigiLocker Document Status API - Checks the status of a document pull request
DigiLocker Document List API - Retrieves a list of available document types for an organization
Compliance and Legal Considerations
When collecting and processing document information through DigiLocker, ensure compliance with the Information Technology Act, 2000 and the Digital Locker Authority guidelines. User consent must be obtained before accessing their DigiLocker documents, and all data must be handled in accordance with privacy laws and regulations.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://kyc-api.surepass.app/api/v1/digilocker/pull/parameters//'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.