Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.34 KB

BlueConic OpenAPI Specification

This repository contains the OpenAPI specification for the BlueConic REST API v2.

Using the latest published OpenAPI specification

Using the OpenAPI specification of a given BlueConic tenant

Running the OpenAPI specification on a local machine

  • Clone the repository and cd to the repository location
  • Run npx http-server
  • Open http://localhost:8080?hostname=localhost
  • CORS configuration of BlueConic needs to be adjusted to the the localhost origin (http://localhost:8080 by default)

Specifying BC version

The version querystring parameter can be used to specify a specific BlueConic version. Note that parameter is exclusive with the hostname parameter, which will always load the version specified by the tenant being connected to.