Digitallocker Authpartner
Connector for the digitallocker-authpartner API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://betaapi.digitallocker.gov.in/public - Auth:
header:X-2(pass your key via theapiKeyinput)
Operations
get_authorization_code_id— GET /oauth2/1/authorize — Get Authorization Codeget_file_from_uri_id— GET /oauth2/1/file/{uri} — Get File from URIget_list_of_self_uploaded_documents— GET /oauth2/1/files/ — Get List of Self Uploaded Documentsget_list_of_issued_documents_version1_id— GET /oauth2/1/files/issued — Issued Documentsget_list_of_self_uploaded_documents_id— GET /oauth2/1/files/{id} — Get List of Self Uploaded Documentsaccount_detail_api_id— GET /oauth2/1/user — Get User Details
Inputs
apiKey— your digitallocker-authpartner API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_authorization_code_id
apiKey: <your key>