API upload KYC file

  • This is the API used to upload KYC files

  • API:

    • Path: v2/col/files/upload

    • Method: POST

    • Request: body, form-data

Request Parameter

ParameterData TypeRequiredDescription

file

File

Y

File upload

Response Data

ParameterData TypeDescriptions

code

Number

Error code, refer to table of error codes.

message

String

Error description.

data

Object

UploadFileResponse

ParameterData TypeDescription

fileName

String

The name of the file which is uploaded

path

String

The path to the file

Last updated