File Upload Configs

Create file upload config

Create the configuration for a file upload request. The configuration contains basic information about the file such as the merchant, idempotency key, and the type of file. Type is the requirement the file is intended to satisfy.

post/v1/file_upload_configs

Headers

Rainforest-Api-Version'2024-10-16' | '2023-12-01'

Request body

Data required— unresolved $ref

Response

OK

status'SUCCESS' | 'ERROR'

Status of the request.

If the request status code is 2XX, then the status will be SUCCESS. If the request status code is 4XX or 5XX, then the status will be ERROR.

Changes