23 lines
548 B
Markdown
23 lines
548 B
Markdown
# Base URL
|
|
|
|
The base url for the Onspring API will be the same for all instances regardless of whether the instances is a development, test, or production instance. The routing of the request to the correct instance will be based on the [API key](#authentication) provided in the request.
|
|
|
|
{% code heading="BASE URL" defaultLanguage="text" %}
|
|
|
|
```text
|
|
https://api.onspring.com
|
|
```
|
|
|
|
{% /code %}
|
|
|
|
{% code heading="X-API-VERSION" defaultLanguage="text" %}
|
|
|
|
```text
|
|
X-Api-Version: 2
|
|
```
|
|
|
|
{% /code %}
|
|
|
|
{% clients version="version_002" %}
|
|
{% /clients %}
|