# Entry - Documents Entry Document records are dynamic records that we provide information about in our Entry Requirements. \ \ You may use this endpoint to get a list of documents that are currently supported. \ The code field value of records returned in response of this endpoint, can be used as parameters to different endpoints. Endpoint: GET /entry/documents Version: 2.0.0 Security: , ## Response 200 fields (application/json): - `documents` (array) - `documents.code` (string) The code value shouldn't change for a document and can be used to identify documents. \ However, kindly note that a document may be removed at any time. Example: "document_code" - `documents.name` (string) Example: "Document Name" - `requestid` (string) Unique Request ID identifying this request. - `responsetime` (number) Time taken to generate response.