Files
onspring-api-docs/src/docs/version_002/introduction/example.md
T

23 lines
548 B
Markdown
Raw Normal View History

# Base URL
2023-04-09 12:52:32 -05:00
2023-04-21 16:04:22 -05:00
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
```
2023-04-09 14:50:50 -05:00
{% /code %}
2023-04-13 17:22:28 -05:00
{% code heading="X-API-VERSION" defaultLanguage="text" %}
```text
X-Api-Version: 2
```
{% /code %}
2023-04-21 17:45:53 -05:00
{% clients version="version_002" %}
2023-04-21 17:45:53 -05:00
{% /clients %}