Versioning
The MotorPress API is not versioned but does change from time to time. As the API evolves, endpoints may be retired or replaced. When this happens, responses from these endpoints will carry a Sunset
header with the date when the endpoint will no longer be supported.
Once the sunset date has been reached, the endpoint may be removed permanently. If not removed, it is likely the endpoint will result in an HTTP 404 error.
Sunset: Wed, 31 Jan 2023 23:59:59 GMT
In some cases, endpoints may exist after the sunset date. However, the results of request to these endpoints cannot be guarenteed. When an endpoint is removed, a replacement endpoint will be provided and this documentation will be updated to reflect the changes.