API upload KYC file
Last updated
Last updated
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 . |
message | String | Error description. |
data | Object | Refer to |
Parameter | Data Type | Description |
---|---|---|
fileName | String | The name of the file which is uploaded |
path | String | The path to the file |