Error Reference
endpoint-not-found
| Field | Value |
|---|---|
| Type URI | https://docs.kordiam.app/docs/errors/endpoint-not-found |
| HTTP Status | 404 Not Found |
Description
No API endpoint matches the requested HTTP method and path.
Response Example
Code
Common Causes
- A typo in the URL path, such as
/api/v2/elementinstead of/api/v2/elements - Calling an endpoint that is not implemented
- Using the wrong API version path
How to Fix
Check the HTTP method and endpoint path against the API reference. The response does not include endpoint suggestions or a list of available routes.
Last modified on