The API allows you list and view Access Keys.
Get a configuration wizard done dto.
media type | data type | description |
---|---|---|
application/json | ConfigurationWizardDetails (JSON) | configuration wizard done dto |
GET /configuration/wizard
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"configured" : true
}