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
post
/accounts/{id}/files

Last updated

Was this helpful?