action digitallocker_pull_document_id { label: "Pull Document" description: "This API allows a client application to search a document/certificate from issuer’s repository using the parameters provided by a user. The searched document is saved in user’s issued document section of DigiLocker if the search is successful." provider: digitallocker method: POST path: "/oauth2/1/pull/pulldocument" encoding: form output: { properties: { details: { type: "object" required: ["uri"] properties: { uri: { type: "string" } } } } } }