Environments + Versioning
Information about staging environments for the API.
Environments
Free2move 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 |
https://partner.int.free2move.com | v0.0.1 | |
Production PROD | https://partner.share-now.com | >= v1.0 |
https://partner.free2move.com | >= v1.0 |
Versioning
Free2move 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.free2move.com/<domain>/<service>/<DOMAIN-API-VERSION>/<resource>
Updated 29 days ago
What’s Next