cURL
curl --request POST \ --url https://api.example.com/data/fingerprint \ --header 'Content-Type: application/json' \ --data ' { "data": 4242424242424242, "key": "Hash1" } '
{ "fingerprint_id": "<string>" }
Get or insert the data fingerprint
Provide data number and hash key
4242424242424242
"Hash1"
Fingerprint Response
Response received if the fingerprint insertion or retrieval was successful
Was this page helpful?