Environments + Versioning

Information about staging environments for the API.

Environments

SHARE NOW currently supports two environments with the Partner API.

Besides the production environment PROD we offer a less stable integration environment INT. Less stable in terms of ongoing unscheduled deployments.

NameBase URLDocumentation Version
Integration INThttps://partner.int.share-now.comv0.0.1
Production PRODhttps://partner.share-now.com>= v1.0

Versioning

SHARE NOW will not deploy breaking changes in an already released API Version.
All further upcoming changes will be included in a version upgrade. The version of the API can be inferred through the version path inside the URL query. See the following structure of the URL path.

https://partner.share-now.com/<domain>/<service>/<DOMAIN-API-VERSION>/<resource>

What’s Next