Create a file
Creates a single file for the authenticated partner. For details on file upload restrictions and limitations, please refer to the File Uploads documentation.
Supported only for registrations in company creation flow (legal_flow
= company_creation
).
POST
Authorizations
Bearer authorization header: Bearer <token>
.
To get your <token>
, please sign up to the Developer Portal.
API Key authorization header: Qonto-Partner-Id: <partner_id>
.
To get your <partner_id>
please, sign up to the Developer Portal.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Path Parameters
id of the Registration resource
Body
multipart/form-data
You have to specify [multipart form data](https://swagger.io/docs/specification/describing-request-body/file-upload/#multipart) in order to attach the file to the request.
The body is of type object
.
Response
201
application/json
Returns the file created.
The response is of type object
.