Error Reference
unsupported-version
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/unsupported-version |
| HTTP Status | 400 Bad Request |
Description
The API version in the request is not supported or invalid, or the API-Version header's major
version does not match the version in the URL path.
Response Example
Code
Common Causes
- Typo in the version segment of the URL (for example
/api/v3/...) - Requesting an
API-Versionvalue that is not supported - Sending an
API-Versionheader whose major version does not match the path major version - Requesting a preview or restricted version that is not enabled for the current client
How to Fix
Use a supported /api/v{major}/... path and, if you send API-Version, keep it within the same
major version and request only versions enabled for your client or environment.
Last modified on