Skip to main content

Get the details of the certificate under the team

Basic Information

This interface is mainly used to obtain the details of the certificate under the team

请求路径
GET /openapi/v1/teams/{team_id}/certificates/{certificate_id}

request parameters

nameLocationtyperequiredChinese nameillustrate
team_idpathstringYesnone
certificate_idpathstringYesnone

return result

status codeStatus code meaningillustratedata model
200OKsuccessTeamCertificatesR

Model

TeamCertificatesR

{
"alias": "string",
"private_key": "string",
"certificate": "string",
"certificate_type": "string",
"id": 0
}

Attributes

nametyperequiredconstraintChinese nameillustrate
aliasstringtruenoneAliascertificate name
private_keystringtruenonePrivate keyCertificate
certificatestringtruenoneCertificatecertificate key
certificate_typestringtruenoneCertificate typeCertificate type
idintegertruenoneIdid