# Versioning

Endpoints that are not on the default 1.0 version are marked with Version {version_number} . You must set the version in your request to the given version to access these endpoints. The following ways can be used to tell the API which version you want to access:

Type Name Description
Url Segment n/a You can set a segment of the Url to the version number to indicate which version you'd like to access e.g. /api/v2.0/profiles
Query String api-version You can set the version by adding a parameter to your query
Header x-api-version You can set the desired API version by sending the version using an additional header
Media Type x-api-version You can set the desired API version in the media type of your request