cURL
curl --request POST \ --url https://api.example.com/api/v2/vault/fingerprint \ --header 'Content-Type: application/json' \ --data ' { "data": 4242424242424242, "key": "Hash1" } '
{ "fingerprint_id": "<string>" }
Get or insert the data fingerprint
Documentation IndexFetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://api-reference.hyperswitch.io/llms.txt
Use this file to discover all available pages before exploring further.
Provide data number and hash key
4242424242424242
"Hash1"
Fingerprint Response
Response received if the fingerprint insertion or retrieval was successful
Was this page helpful?