Hashes a sample string value with this salt using the same function used by Artie’s pipelines (HMAC-SHA256 keyed on the salt, or SHA-256 if the salt is empty). Returns the hex-encoded hash.
cURL
curl --request POST \ --url https://api.artie.com/column-hashing-salts/{uuid}/preview \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
{ "hash": "<string>" }
API key passed as a Bearer token in the Authorization header.
OK
Was this page helpful?