Title Entries
List Title Entries
Retrieve and filter title entries using query parameters
GET
/
title
Copy
Ask AI
curl --request GET \
--url https://dev.cardinalgray.com/title \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"entryId": "<string>",
"vehicle": {
"vin": "<string>",
"year": "<string>",
"make": "<string>",
"model": "<string>",
"body": "<string>",
"type": "AUTO",
"color": "<string>",
"color_secondary": "<string>",
"fuel_type": "<string>",
"use": "<string>",
"weight": "<string>",
"weight_gross": "<string>",
"weight_unladen": "<string>",
"width": "<string>",
"length": "<string>",
"bhpcc": "<string>",
"number_of_axles": "<string>",
"number_of_cylinders": "<string>",
"license_plate": "<string>",
"license_plate_type": "<string>",
"motorcycle_engine_number": "<string>",
"registration_status": "ACTIVE",
"registration_expiration_date": "<string>",
"date_of_sale": "<string>",
"est_fees": [
{
"feeType": "<string>",
"name": "<string>",
"value": 123
}
],
"insurance": {
"provider_name": "<string>",
"provider_naic": "<string>",
"policy_number": "<string>"
},
"title": {
"number": "<string>",
"issuing_state": "<string>",
"issuing_county": "<string>",
"issuance_date": "<string>",
"brand": "SALVAGE",
"brand_code": "<string>",
"odometer_reading": "<string>",
"odometer_code": "<string>",
"odometer_code_translation": "ACTUAL",
"has_liens": true,
"active_liens": [
{
"lien_date": "<string>",
"lien_amount": "<string>",
"lien_id": "<string>",
"lienholder": {
"name": "<string>",
"address_org": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"address_vault": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"elt_id": "<string>",
"feid": "<string>",
"email": "<string>",
"signatory": {
"id": "<string>",
"type": "PERSON",
"name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"oats_names": [
"<string>"
],
"dob": "<string>",
"contact_phone": "<string>",
"contact_email": "<string>",
"dlid": {
"number": "<string>",
"state": "<string>",
"sex": "<string>",
"expiration_date": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
}
},
"ssn": "<string>",
"addr_mailing": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"insurance": {
"provider_name": "<string>",
"provider_naic": "<string>",
"policy_number": "<string>"
},
"ownership_type": "<string>"
},
"contact_email": "<string>",
"contact_phone": "<string>"
}
}
],
"is_electronic": true,
"is_and": true,
"is_or": true,
"is_tod": true,
"is_leased": true,
"previous_title": [
{
"number": "<string>",
"issuing_state": "<string>",
"issuance_date": "<string>",
"brand": "SALVAGE",
"brand_code": "<string>",
"odometer_reading": "<string>",
"odometer_code": "<string>",
"odometer_code_translation": "ACTUAL"
}
],
"number_of_owners": 123,
"owners": [
{
"id": "<string>",
"type": "PERSON",
"name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"oats_names": [
"<string>"
],
"dob": "<string>",
"contact_phone": "<string>",
"contact_email": "<string>",
"dlid": {
"number": "<string>",
"state": "<string>",
"sex": "<string>",
"expiration_date": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
}
},
"ssn": "<string>",
"addr_mailing": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"insurance": {
"provider_name": "<string>",
"provider_naic": "<string>",
"policy_number": "<string>"
},
"ownership_type": "<string>"
}
]
}
},
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Vehicle Identification Number (VIN) to search for. Returns a single matching entry if found.
When true, returns a mapping of states to entry counts for the USA Map component
Filter entries by a specific US state
Filter entries created within this many milliseconds from now
Response
200
application/json
List of title entries or single entry (if vin used)
A single title entry (returned when using vin)
A single title entry (returned when using vin)
Collection response with items and count (returned for standard queries)
State to count mapping (returned when stateMap=true)
Copy
Ask AI
curl --request GET \
--url https://dev.cardinalgray.com/title \
--header 'Authorization: Bearer <token>'
Copy
Ask AI
{
"entryId": "<string>",
"vehicle": {
"vin": "<string>",
"year": "<string>",
"make": "<string>",
"model": "<string>",
"body": "<string>",
"type": "AUTO",
"color": "<string>",
"color_secondary": "<string>",
"fuel_type": "<string>",
"use": "<string>",
"weight": "<string>",
"weight_gross": "<string>",
"weight_unladen": "<string>",
"width": "<string>",
"length": "<string>",
"bhpcc": "<string>",
"number_of_axles": "<string>",
"number_of_cylinders": "<string>",
"license_plate": "<string>",
"license_plate_type": "<string>",
"motorcycle_engine_number": "<string>",
"registration_status": "ACTIVE",
"registration_expiration_date": "<string>",
"date_of_sale": "<string>",
"est_fees": [
{
"feeType": "<string>",
"name": "<string>",
"value": 123
}
],
"insurance": {
"provider_name": "<string>",
"provider_naic": "<string>",
"policy_number": "<string>"
},
"title": {
"number": "<string>",
"issuing_state": "<string>",
"issuing_county": "<string>",
"issuance_date": "<string>",
"brand": "SALVAGE",
"brand_code": "<string>",
"odometer_reading": "<string>",
"odometer_code": "<string>",
"odometer_code_translation": "ACTUAL",
"has_liens": true,
"active_liens": [
{
"lien_date": "<string>",
"lien_amount": "<string>",
"lien_id": "<string>",
"lienholder": {
"name": "<string>",
"address_org": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"address_vault": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"elt_id": "<string>",
"feid": "<string>",
"email": "<string>",
"signatory": {
"id": "<string>",
"type": "PERSON",
"name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"oats_names": [
"<string>"
],
"dob": "<string>",
"contact_phone": "<string>",
"contact_email": "<string>",
"dlid": {
"number": "<string>",
"state": "<string>",
"sex": "<string>",
"expiration_date": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
}
},
"ssn": "<string>",
"addr_mailing": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"insurance": {
"provider_name": "<string>",
"provider_naic": "<string>",
"policy_number": "<string>"
},
"ownership_type": "<string>"
},
"contact_email": "<string>",
"contact_phone": "<string>"
}
}
],
"is_electronic": true,
"is_and": true,
"is_or": true,
"is_tod": true,
"is_leased": true,
"previous_title": [
{
"number": "<string>",
"issuing_state": "<string>",
"issuance_date": "<string>",
"brand": "SALVAGE",
"brand_code": "<string>",
"odometer_reading": "<string>",
"odometer_code": "<string>",
"odometer_code_translation": "ACTUAL"
}
],
"number_of_owners": 123,
"owners": [
{
"id": "<string>",
"type": "PERSON",
"name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"oats_names": [
"<string>"
],
"dob": "<string>",
"contact_phone": "<string>",
"contact_email": "<string>",
"dlid": {
"number": "<string>",
"state": "<string>",
"sex": "<string>",
"expiration_date": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"addr": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
}
},
"ssn": "<string>",
"addr_mailing": {
"recipient_name": "<string>",
"street1": "<string>",
"street2": "<string>",
"city": "<string>",
"county": "<string>",
"state": "<string>",
"zip": "<string>"
},
"insurance": {
"provider_name": "<string>",
"provider_naic": "<string>",
"policy_number": "<string>"
},
"ownership_type": "<string>"
}
]
}
},
"status": "<string>",
"createdAt": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.