Help Center/ Cloud Certificate Manager/ API Reference/ Historical APIs/ SCM APIs/ Uploading Authentication Information
Updated on 2022-08-09 GMT+08:00

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

Response parameters

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

Table 1 lists the normal status code returned by the API.
Table 1 Status code

Status Code

Status

Description

200

OK

Request processed successfully.

For details about error codes, see Error Codes