FileForms
Documents

Get Document

GET
/documents/{documentId}

Retrieve a document.

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

documentId*string

Document ID

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/documents/string"
{  "documentId": "string",  "documentType": "company",  "fileName": "string",  "fileType": "string",  "fileUrl": "http://example.com",  "createdAt": "2019-08-24T14:15:22Z"}