cURL
curl --request GET \ --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/hash \ --header 'apikey: <api-key>' \ --header 'secretkey: <api-key>'
{ "hash": "<string>" }
Generate a hash for an existing customer based on their unique customerId.
Unique identifier for the customer
Customer hash generated
A unique, rotating identifier generated for each customer for secure verification
Was this page helpful?