v1

latestOpenAPI 3.0.22026-07-14225376.6 KB
File APIs

Get List of Self Uploaded Documents

Returns the list of meta-data about documents or folders in user’s DigiLocker in a specific location.

get/oauth2/1/files/{id}

Path parameters

idstring required

The id of the folder to list. To list the files of root folder of a user’s locker, do not send this parameter. This is sent as a part of the URL.

Response

successful operation

Example response

{
  "details": {
    "date": "2015-05-12T15:50:38Z",
    "name": "My Documents",
    "parent": "1234",
    "size": "366481",
    "type": "dir"
  }
}