Files
APIs for adding file attachments to accounts
post
Upload files to an account
Authorizations
AuthorizationstringRequired
Authorization: Bearer
Path parameters
idstringRequired
The ID or external ID of the account to upload files to.
Body
filestring · binaryOptional
The file to upload.
file_urlstringOptional
The URL to fetch the file from, if the file is not provided.
Responses
200Success
application/json
400Error
application/json
404Error
application/json
500Error
application/json
post
/accounts/{id}/filesLast updated
Was this helpful?

