POST
/
title
/
{id}
/
forms
curl --request POST \
  --url https://dev.cardinalgray.com/title/{id}/forms \
  --header 'Authorization: Bearer <token>'
{
  "entryId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier of the title entry

Query Parameters

LOG
boolean

When set to true, generates a letter of guarantee

Response

200
application/json
Forms generated successfully
entryId
string

ID of the title entry that was processed