Skip to content

Set Reference For An Existing History Item

Request

Allows you to set a reference for an existing history item. This is useful for storing a reference to the record in your own system.

Security
bearerToken
Path
uniqueIdstringrequired

The ID of the record to update

Bodyapplication/jsonrequired
string
curl -i -X PUT \
  'https://connect.sandbox.creditsafe.com/v1/localSolutions/GB/identitysearch/history/{uniqueId}/reference' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d string

Responses

Success

Bodyapplication/json
string
Response
"string"