Files

Upload and manage private files for resources

List uploaded files for the authenticated token

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

List of files

No content

get
/files

No content

Upload a private file for later use as a content resource

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filestring ยท binaryOptional

File to upload (max 200MB)

Responses
chevron-right
200

File uploaded

No content

post
/files

No content

Delete an uploaded file by id

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

File id returned by the upload endpoint

Responses
chevron-right
200

File deleted

No content

delete
/files/{id}

No content

Last updated