Skip to main content

Get list of stacks and api hosts

GET 

/api/v1/stack-mapping

x-public: "true"

Returns the list of stacks with display name and apiHosts, and plan types

Responses

OK

Schema
    stackMappings object[]
  • Array [
  • name string
    displayName string
    apiHost string
  • ]
  • planTypes string[]
Loading...