Title Entries
Create Title Entry
Title Entries
Create Title Entry
Create a new title entry with vehicle information or document uploads
POST
/
title
curl --request POST \
--url https://dev.cardinalgray.com/title \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"attachments": [
"<string>"
],
"lienholder": "<string>"
}'
{
"entryId": "<string>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Title entry to create
Array of URLs pointing to documents to be processed
Optional lienholder specification (defaults to your organization)
Array of URLs pointing to documents to be processed
Optional lienholder specification (defaults to your organization)
Available options:
AUTO
, OHV
, ATV
, ORV
, MOTORCYCLE
, LOW_SPEED
, TRAILER
, BOAT
Available options:
ACTIVE
, EXPIRED
, SUSPENDED
Available options:
SALVAGE
, JUNK
, TOTALED
, LEMON
, FLOODED
, REBUILT
Available options:
ACTUAL
, NOT_ACTUAL
, EXCESS
, EXEMPT
Available options:
SALVAGE
, JUNK
, TOTALED
, LEMON
, FLOODED
, REBUILT
Available options:
ACTUAL
, NOT_ACTUAL
, EXCESS
, EXEMPT
Available options:
PERSON
, BUSINESS
Available options:
PERSON
, BUSINESS
Available options:
PERSON
, BUSINESS
Available options:
PERSON
, BUSINESS
Available options:
PERSON
, BUSINESS
Available options:
PERSON
, BUSINESS
Available options:
NEW
, USED
, GIFT
Available options:
PERSON
, DEALERSHIP
, BUSINESS
Available options:
PERSON
, BUSINESS
Available options:
THEFT
, DAMAGE
Response
201
application/json
Title entry created response
Returns a unique ID for the title entry
curl --request POST \
--url https://dev.cardinalgray.com/title \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"attachments": [
"<string>"
],
"lienholder": "<string>"
}'
{
"entryId": "<string>"
}