Query parameters
-
Document ID to view
POST
/api/documents/search
curl \
--request POST http://api.example.com/api/documents/search?id=string \
--header "Authorization: Bearer $ACCESS_TOKEN"
Document ID to view
curl \
--request POST http://api.example.com/api/documents/search?id=string \
--header "Authorization: Bearer $ACCESS_TOKEN"