Get Organization Admin Credentials

get

/console/admin/api/v1.1/organizations/{orgName}/adminCredentials

This endpoint returns the admin certificate and key for an organization.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Organization admin credentials
Body ()
Root Schema : schema
Type: object
Example:
{
    "adminCert":"<string>",
    "adminKey":"<string>"
}

400 Response

Invalid argument
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

500 Response

Internal Server Error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top