GET
/
v1
/
uploads
/
{id}
/
content
{
  "file_name": "<string>",
  "content": "aSDinaTvuI8gbWludGxpZnk=",
  "file_extension": "<string>",
  "document_type": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/json
File content
file_name
string
content
string
file_extension
string
document_type
string