HomeCurrent environment: development
Run All TestsIntegrations SimulationMock Configurations

core

Environment URLs & Endpoints

developmentCurrent
OpenAPI

Client Configuration

URL: $env.CORE_API_URL
Basic Auth: Bearer / $secrets.CORE_PASSWORD

OpenAPI Spec

URL: ./openapi.json
Basic Auth: Bearer / $secrets.CORE_PASSWORD
Base Configuration
{
  "basePath": "$env.CORE_API_URL",
  "client": {
    "basicAuth": {
      "password": "$secrets.CORE_PASSWORD",
      "username": "Bearer"
    }
  },
  "openApi": {
    "basicAuth": {
      "password": "$secrets.CORE_PASSWORD",
      "username": "Bearer"
    },
    "url": "./openapi.json"
  },
  "name": "core",
  "org": "stacc",
  "module": "integrations",
  "component": "core"
}