Download Document

GET /api/documents/download

Returns a document

Query parameters

  • id string Required

    Document ID to view

GET /api/documents/download
curl \
 --request GET http://api.example.com/api/documents/download?id=string \
 --header "Authorization: Bearer $ACCESS_TOKEN"