Attachments
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
Id of the retrieved attachment.
Query parameters
presignbooleanOptionalExample:
When set to "true", adds the "fileUrl" field to the response object. "fileUrl" enables you to download the uploaded file associated with this attachment. If the file has not been malware-scanned and identified as clean yet, it will ignore the "presign" query string parameter and not set the "fileUrl" field. Any other value than "true" will be ignored.
trueResponses
200Success
application/json
400Error
401Error
403Error
404Error
501
501 Not Implemented when the feature is not enabled on this environment.
get
/attachments/{id}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
filestring · binaryRequired
File data
Responses
201Success
application/json
400Error
401Error
403Error
415Error
501
501 Not Implemented when the feature is not enabled on this environment.
post
/attachmentsLast updated