Auto.dev · Authentication Profile

Auto Dev Authentication

Authentication

Auto.dev secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

AutomotiveVehicle DataVIN DecodingVehicle ListingsRecalls
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

bearerAuth http
scheme: bearer
apiKeyQuery apiKey
· in: query (apikey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/auto-dev-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  description: Supply your Auto.dev API key as a Bearer token.
  sources:
  - openapi/auto-dev-openapi.yml
- name: apiKeyQuery
  type: apiKey
  in: query
  parameter: apikey
  description: Supply your Auto.dev API key as the apikey query parameter.
  sources:
  - openapi/auto-dev-openapi.yml