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
Organization name
Response
Supported Media Types
- application/json
200 Response
Organization admin credentials
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