POST
/
title
/
{id}
/
data
curl --request POST \
  --url https://dev.cardinalgray.com/title/{id}/data \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "sync_nmvtis": false,
  "sync_public": false,
  "sync_private": false,
  "dppa_exemption": "legitimate_business_need"
}'
{
  "entryId": "<string>",
  "job_status": "enriching"
}

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

Body

application/json

Data sources to fetch from

The body is of type object.

Response

200
application/json

Data retrieval initiated successfully

The response is of type object.