URL_VERSION_MISSING

The format of the resource URI is /api/v1/<resources>, where 1 is the API version number.

Reason

  • The API service could not recognize an API version number in the resource URI

Solution

  • Make sure that the request URI includes v + number after /api/ as follows: /api/v1

Example

{
    "status": 400,
    "errors": [
        {
            "code": "URL_VERSION_MISSING",
            "message": "Base URL must include REST API version",
            "more_info": "https://developer.kayako.com/api/v1/reference/errors/URL_VERSION_MISSING"
        }
    ]
}