action digitallocker_verify_account_id { label: "Verify Account" description: "This API can be used to verify whether a mobile number or Aadhaar number is already registered with DigiLocker." provider: digitallocker method: POST path: "/account/2/verify" encoding: json output: { type: "object" required: ["digilockerid", "registered"] properties: { digilockerid: { type: "string" description: "A unique 36 character DigiLocker Id of the user account." } registered: { type: "string" description: "true indicates that the provided Aadhaar/mobile number is already registered and false indicates otherwise." } } } }