ConsoleCatalog
Sign in
Toyota logo

Toyota

toyota.comAutomotiveno auth

Toyota lineup - models, pricing, model-year taxonomy, and dealer locations.

Dealer Details

ASYNCREADNo auth

Returns a dealer profile with address, phone, hours, services, and coordinates for a dealer ID.

ParametersFormJSON

Toyota dealer ID to fetch the full dealer profile for

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_toyota_com_dealer_detail",
    "params": {
      "dealer_id": "15054"
    }
  }'