Query parameters
-
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"
Document ID to view
curl \
--request GET http://api.example.com/api/documents/download?id=string \
--header "Authorization: Bearer $ACCESS_TOKEN"