# Entry - Documents Entry Document records are dynamic records that we provide information about in our Entry Requirements for different destinations. \ \ You may use this endpoint to know possible documents that are currently supported. \ It may also be useful in searching for destinations based on these documents (eg: using .../api/v2/destinations endpoint). 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.