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.
Name | Base URL | Documentation Version |
---|---|---|
Integration INT | https://partner.int.share-now.com | v0.0.1 |
Production PROD | https://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>
Updated about 3 years ago
What’s Next