When executing an API request to an incorrect API version in the URL, the following message will be returned:
{
"errors": [
{
"status": "400",
"code": "InvalidVersion",
"title": "The request parameters are in bad format.",
"detail": "The version number is not supported."
}
]
}
Currently only API v1.0 exists, this may change in the future:
Example incorrect/non-existent API versions: