github.com/RedHatInsights/insights-content-service@v1.0.0/docs/rest_api.md (about)

     1  ---
     2  layout: page
     3  nav_order: 4
     4  ---
     5  
     6  # REST API
     7  
     8  Content service provides information about its REST API scheme via the endpoint
     9  `api/v1/openapi.json`. OpenAPI 3.0 is used to describe the schema; it can be
    10  read by human and consumed by computers. 
    11  
    12  For example, if content service is started locally, it is possible to read schema based on OpenAPI 3.0
    13  specification by using the following command:
    14  
    15  ```shell
    16  curl localhost:8080/api/v1/openapi.json
    17  ```
    18  
    19  Please note that OpenAPI schema is accessible w/o the need to provide authorization tokens.