Checks configuration and returns success/failure results for each component

GET /V1/adobe_io_events/check_configuration

Checks configuration and returns success/failure results for each component

Responses

GET /V1/adobe_io_events/check_configuration
curl \
 -X GET https://magento2.winkelstraat.mac/rest/all/V1/adobe_io_events/check_configuration
Response examples (200)
{
  "status": "string",
  "technical_service_account_configured": true,
  "technical_service_account_can_connect_to_io_events": true,
  "provider_id_configured": "string",
  "provider_id_valid": true
}
Response examples (401)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}
Response examples (default)
{
  "message": "string",
  "errors": [
    {
      "message": "string",
      "parameters": [
        {
          "resources": "string",
          "fieldName": "string",
          "fieldValue": "string"
        }
      ]
    }
  ],
  "code": 42,
  "parameters": [
    {
      "resources": "string",
      "fieldName": "string",
      "fieldValue": "string"
    }
  ],
  "trace": "string"
}