Base URL
- 1 Minute to read
- Print
- DarkLight
- PDF
Base URL
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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:
Environment | Base URL |
---|---|
Production US | https://modelapi.hostanalytics.com/api |
Production AU | https://modelauapi.hostanalytics.com/api |
Model Staging | https://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:
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?