| Item | Value |
|---|
| API Status | Recommended |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params multipart/form-data
Request Code Samples
curl --location '/v2.0/auth/tools/upload' \
--form 'file=@""'
Responses
application/json
{"code":200,"msg":"success","data":{}}
Modified at 2026-07-22 09:16:08