Get Organization Certificates
get
/console/admin/api/v2/organizations/{orgName}/certificates
Use this endpoint to return the admin, CA, and TLS certificates for an organization.
Request
Supported Media Types
- application/json
Path Parameters
-
orgName(required): string
orgName
Response
Supported Media Types
- application/json
200 Response
Certificates of this organization
Root Schema : schema
Type:
object
Example:
{
"mspId":"<string>",
"certs":{
"adminCert":"<string>",
"CACert":"<string>",
"tlsCACert":"<string>",
"rafttlsCACert":"<string>",
"nodeouIdentifierCert":"<string>",
"intermediateCerts":"<string>"
}
}
400 Response
Invalid arguments
401 Response
Unauthorized
404 Response
Query certificates of an unknown organization
Root Schema : schema
Type:
object
Example:
{
"respMesg":"not self org, can not get admin credential."
}
500 Response
Internal server error
Default Response
Unexpected error