API Versioning
This guide outlines how to specify the required API version using the 'Accept' HTTP header when making requests to our API endpoints.
How to Use API Versioning
Accept: application/jsonAccept: application/json;version=1Accept: application/json;version=2Things to Remember
Last updated