Download Document

GET /api/documents/download

Returns a document

Query parameters

  • id string Required

    Document ID to view

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