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

12 lines
270 B
Markdown
Raw Normal View History

# Base URL
2023-04-09 12:52:32 -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.
{% code heading="BASE URL" defaultLanguage="text" %}
```text
https://api.onspring.com
```
2023-04-09 14:50:50 -05:00
{% /code %}