files

Create a file

Create a file from a signed upload. Please use the id that was returned when the signed upload was requested.

post/files

Request body

signed_uploadstring required

The signed upload ID to create the file from.

Response

Created

content_typestring required

The content type of the file that was uploaded.

created_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was created.

filenamestring required

The name of the file that was uploaded.

idstring required

Unique resource identifier.

modified_atstring date-time required

The timestamp (in ISO-8601 format) of when the resource was last modified.

purpose'verification_evidence' | 'legal_document' | 'welcome_letter' | 'trade_confirmation' | 'fee_statement' | 'account_statement' required

The purpose of the file.

signed_uploadstring nullable required

The ID of the signed upload that created this file.

Changes