Uploading Authentication Information
Function
This API is used to upload the authentication information picture required for certificate review.
URI
- URI format
POST /v2/{project_id}/scm/cert/{cert_id}/info/{type}/upload_authentication
- Parameters
Parameter
Mandatory
Type
Description
project_id
Yes
String
Project ID.
type
Yes
String
Type of the content to be uploaded.
- BL: bank account opening permit.
- TL: business license of a company.
cert_id
Yes
String
Certificate ID.
Request
Request parameters
None
Response
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| request_info | Yes | String | Request result. |
Example
- Example request
{ <Upload content> } - Example response
{ "request_info":"success" }or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error code, see Error Code
Last Article: Deleting a Certificate
Next Article: Downloading a Certificate
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.