MENU
    Base URL
    • 1 Minute to read
    • Dark
    • PDF

    Base URL

    • Dark
    • PDF

    Article summary

    An API endpoint consists of a Base URL, which is a common URL, and a relative URL, which is available with all the APIs. A Base URL differs from environment to environment. Make sure to use the correct base URL before invoking any API endpoint. The Base URLs for all Dynamic Planning environments are given below:

    EnvironmentBase URL
    Production UShttps://modelapi.hostanalytics.com/api
    Production AUhttps://modelauapi.hostanalytics.com/api
    Model Staginghttps://modelstgapi.hostanalytics.com/api

    The relative URL is the path provided between POST and HTTP/1.1. For example, in the following code snippet, /modeling/model/data/clear is the relative URL:

    POST /modeling/model/data/clear HTTP/1.1
    Content-Type: application/xml
    Accept: application/xml
    X-ACCESS-TOKEN:
    Shell
    Note:
    Most APIs are in XML format. The APIs support two standard data load formats:
    • Time on columns
    • Time on rows

    Was this article helpful?

    What's Next