Error code

unknown_entity_refs

Resolve unknown refs before retrying. The refs were well formed, but the entity registry did not recognize them.

What happened

The unknown values are listed verbatim in refs[]. suggestions[] may already contain nearest valid candidates and a resolve URL; candidates are advisory and are never silently substituted.

Do this next

Resolve each unknown value, select the intended candidate, replace the invalid ref, and retry the original operation.

Corrected request

bash

curl "https://api.cardog.app/v2/entities/resolve?q=teslla&domain=make" \
  -H "x-api-key: $CARDOG_API_KEY"

curl "https://api.cardog.app/v2/listings/search?make=make:tesla&limit=5" \
  -H "x-api-key: $CARDOG_API_KEY"