Skip to content

TenantCertAudit

Verifies and audits tenant identity documents to ensure compliance and authenticity


Submit real-name authentication certificate

POST
/api/v1/tenant/cert/audit/submit

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

请求体

application/json
JSON
{
"type": "string",
"personalCert": {
"name": "string",
"certNo": "string",
"certFrontPicUrl": "string",
"certBackPicUrl": "string"
},
"enterpriseCert": {
"name": "string",
"creditCode": "string",
"businessLicensePicUrl": "string"
},
"enterpriseLegalPersonCert": {
"name": "string",
"certNo": "string",
"certFrontPicUrl": "string",
"certBackPicUrl": "string"
},
"governmentCert": {
"name": "string",
"orgCode": "string",
"orgCertPicUrl": "string"
}
}

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权
主体

示例

cURL
JavaScript
PHP
Python

Quote the detail of tenant real-name audit

GET
/api/v1/tenant/cert/audit

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权

示例

cURL
JavaScript
PHP
Python

Audit tenant certificate information

PATCH
/api/v1/tenant/cert/audit

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

请求体

application/json
JSON
{
"id": 1,
"status": "AUDITED",
"reason": "Reason for tenant's real name approval or rejection."
}

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权
主体

示例

cURL
JavaScript
PHP
Python

Check the real-name audit of tenant

GET
/api/v1/tenant/cert/audit/check

授权

UserHttpBearer

Use existing opaque tokens for authentication

类型HTTP (bearer)

响应

OK

*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}

试验场

服务器
授权

示例

cURL
JavaScript
PHP
Python

Released under the GPL-3.0 License.