curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/fees" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"job_status": "enriching"
}
Title Actions
Calculate Title Fees
Trigger fee calculation for a specific title entry
POST
/
title
/
{id}
/
fees
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/fees" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"job_status": "enriching"
}
This endpoint initiates fee calculation for a title entry by publishing a fee calculation event and updating the job status to “enriching”.
Path Parameters
string
required
The unique identifier of the title entry
Response
string
The ID of the title entry for which fees are being calculated
string
Updated job status, set to “enriching” after fee calculation is initiated
curl -X POST "https://api.cardinalgray.com/title/123e4567-e89b-12d3-a456-426614174000/fees" \
-H "Authorization: Bearer YOUR_API_KEY"
{
"entryId": "123e4567-e89b-12d3-a456-426614174000",
"job_status": "enriching"
}