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

请求路径

  1. 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

  1. {
  2. "alias": "string",
  3. "private_key": "string",
  4. "certificate": "string",
  5. "certificate_type": "string",
  6. "id": 0
  7. }

Attributes

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