List external identifiers for a dealership
GET /api/v1/dealerships/{dealership_id}/external_identifiers
GET
/api/v1/dealerships/{dealership_id}/external_identifiers
Returns external identifiers for a dealership. When car_id is provided, resolves identifiers using fallback logic (location-specific > dealership-level, car_type match > nil car_type). Requires API key authentication with the index:external_identifier permission.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” dealership_id
required
integer
Dealership ID
Query Parameters
Section titled “Query Parameters ” car_id
integer
Optional. When provided, resolves identifiers for the specific car using fallback logic.
identifier_name
Filter by external identifier name
string
Optional. Filter by identifier name.
Responses
Section titled “ Responses ”Resolved for a specific car
Array<object>
object
id
required
integer
identifier_name
required
string
primary_code
required
string
secondary_code
string
car_type
string
dealership_id
required
integer
location_id
integer
location_name
string
manufacturer_id
integer
manufacturer_name
string
Unauthorized - invalid API key
Forbidden - API key restricted to different dealership
Car not found