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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Title entry to create
attachments
string[]
required

Array of URLs pointing to documents to be processed

lienholder
string

Optional lienholder specification (defaults to your organization)

Response

201
application/json
Title entry created response
entryId
string

Returns a unique ID for the title entry