API Errors
Resource Not Found
Thrown when the incorrect API version is used or when the endpoint URL is incorrect.
PATH
The requested resource does not exist. Please check the URL and try again.
Suggested Resolution
You can resolve this error by referring to our API reference and ensuring that you use the correct URL for your request.
Troubleshooting Steps
- Ensure that you spell all static parts of the URL correctly.
- Ensure that you use the correct URL path parameters (e.g. vehicle ID).
- Ensure that you use the correct HTTP method.
VERSION
The requested resource does not exist. Your request either does not specify a version number or it specifies a version number that is not supported by this resource.
Suggested Resolution
You can resolve this error by referring to our API reference and ensuring that you specify v2.0 in the URL path (e.g. https://api.smartcar.com/v2.0/vehicles). Version 1 has been sunset and is no longer supported.
Was this page helpful?