Get Organization Admin Credentials
get
/console/admin/api/v2/organizations/{orgName}/adminCredentials
This endpoint returns the admin certificate and key for an organization.
Request
Supported Media Types
- application/json
Path Parameters
-
orgName(required): string
orgName
Response
Supported Media Types
- application/json
200 Response
Admin credentials of this organization
Root Schema : schema
Type:
object
Example:
{
"adminCert":"<string>",
"adminKey":"<string>"
}
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error