Skip to main content
POST
/
data
/
fingerprint
Get or insert the data fingerprint
curl --request POST \
  --url https://api.example.com/data/fingerprint \
  --header 'Content-Type: application/json' \
  --data '
{
  "data": 4242424242424242,
  "key": "Hash1"
}
'
{
  "fingerprint_id": "<string>"
}

Headers

x-tenant-id
string

Body

application/json

Provide data number and hash key

data
string
Example:

4242424242424242

key
string
Example:

"Hash1"

Response

200 - application/json

Fingerprint Response

Response received if the fingerprint insertion or retrieval was successful

fingerprint_id
string