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
Parameter | Data Type | Required | Description |
---|---|---|---|
file | File | Y | File upload |
Response Data
Parameter | Data Type | Descriptions |
---|---|---|
code | Number | Error code, refer to table of error codes. |
message | String | Error description. |
data | Object | Refer to UploadFileResponse |
UploadFileResponse
Parameter | Data Type | Description |
---|---|---|
fileName | String | The name of the file which is uploaded |
path | String | The path to the file |
Last updated