{
  "openapi": "3.0.4",
  "info": {
    "title": "CDRPlatform.Api.Access.Service",
    "version": "1.0"
  },
  "paths": {
    "/api/v3/cdr-file": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v3/import-file": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v3/export-file": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v3/cdr": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v3/import": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v3/export": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/validate-xml": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/cdr-file-async": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/cdr-async": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v2/license": {
      "get": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/profiles/{profileName}": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "put": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/license-usage/active": {
      "get": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/license-usage/{licenseId}": {
      "get": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/reversing-labs/settings": {
      "get": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "put": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "delete": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "patch": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    },
    "/api/v1/reversing-labs/test-connection": {
      "post": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "get": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "put": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "delete": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      },
      "patch": {
        "tags": [
          "CDRPlatform.Api.Access.Service"
        ],
        "responses": {
          "200": {
            "description": "OK"
          }
        }
      }
    }
  },
  "components": { },
  "tags": [
    {
      "name": "CDRPlatform.Api.Access.Service"
    }
  ]
}