Platform Configuration Controller Resource

The API allows you list and view Access Keys.

GET /configuration/wizard

Get a configuration wizard done dto.

Response Body
media type data type description
application/json ConfigurationWizardDetails (JSON) configuration wizard done dto

Example

Request
GET /configuration/wizard
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
{
  "configured" : true
}