Generate a hash for an existing customer based on their unique customerId.
GET
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
hash
Get Customer Hash
Copy
curl --request GET \ --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/hash \ --header 'apikey: <api-key>'
Copy
{ "hash": "<string>"}
The API call generates a hash for an existing customer based on their unique customerId. This hash is used to securely redeem loyalty points during transactions.