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

538 B

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 provided in the request.

{% code heading="BASE URL" defaultLanguage="text" %}

https://api.onspring.com

{% /code %}

{% code heading="X-API-VERSION" defaultLanguage="text" %}

X-Api-Version: 2

{% /code %}

{% clients version="2" %} {% /clients %}