Skip to main content
GET
/
api
/
v4.0
/
integrations
/
customers
/
{customerId}
/
hash
Get Customer Hash
curl --request GET \
  --url https://api.gameball.co/api/v4.0/integrations/customers/{customerId}/hash \
  --header 'apikey: <api-key>'
{
  "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.
Security: Requires apikey and secretkey headers.

Authorizations

apikey
string
header
required

Path Parameters

customerId
string
required

Unique identifier for the customer

Response

200 - application/json

Customer hash generated

hash
string

A unique, rotating identifier generated for each customer for secure verification