This API endpoint retrieves a comprehensive list of all issuers available in DigiLocker. Issuers are government departments, educational institutions, and other organizations that issue official documents through DigiLocker. This endpoint allows developers to access the complete catalog of document issuers, enabling applications to present users with accurate options when requesting documents from specific sources.
Key Benefits
Access the complete list of authorized DigiLocker document issuers in one request
Stay updated with the latest available document sources without manual tracking
Improve user experience by providing accurate issuer selection options
Streamline document retrieval workflows with proper issuer identification
{"data":{"issuers":[{"orgName":"CBSE","description":"Central Board of Secondary Education","issuerId":"001122","orgId":"Education"},{"orgName":"Income Tax Department","description":"Department of Revenue, Ministry of Finance","issuerId":"001123","orgId":"Central Government"}]},"status_code":200,"success":true,"message":"Success","message_code":"success"}
DigiLocker Document Pull API - Retrieves documents from specified issuers
DigiLocker User Profile API - Gets user profile information from DigiLocker
DigiLocker Document Types API - Lists available document types from specific issuers
Compliance and Legal Considerations
When using the Issuers List API, ensure you comply with DigiLocker's terms of service and data usage policies. The documents retrieved through DigiLocker must be used in accordance with India's Information Technology Act, 2000 and the Aadhaar Act, 2016. Proper user consent must be obtained before retrieving any documents from the issuers listed in this API response.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://kyc-api.surepass.app/api/v1/digilocker/pull/issuers'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.