Files

APIs for adding file attachments to accounts

post

Upload files to an account

Rate limit: 10 requests per minute

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
chevron-right
200Success
application/json
post
/accounts/{id}/files

Last updated

Was this helpful?