Error code

not_found

Confirm the operation and resource identifier. The requested route or resource does not exist.

What happened

The top-level message distinguishes an unmatched /v2 operation from a resource lookup that returned no row. Repeating the same URL unchanged will return the same result.

Do this next

Check the operation in GET /v2/openapi.json. For entity-backed resources, resolve or browse the identifier before retrying with a known ref or id.

Corrected request

bash

curl "https://api.cardog.app/v2/openapi.json"

curl "https://api.cardog.app/v2/entities/make:tesla" \
  -H "x-api-key: $CARDOG_API_KEY"