Document

Get a document by ID

GET
/api/v1/document/get/{documentId}
/api/v1/document/get/{documentId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

documentId
Required
string

The ID of the document to retrieve

curl -X GET "https://example.com/api/v1/document/get/string" \
  -H "Authorization: <token>"

OK