---
title: "Get Customer Hash"
method: GET
path: "/api/v4.0/integrations/customers/{customerId}/hash"
---

# Get Customer Hash

`GET /api/v4.0/integrations/customers/{customerId}/hash`

Generate a hash for an existing customer based on their unique customerId.

## Path parameters

- `customerId` string, required

## Response `200`

Customer hash generated

- CustomerHashResponse
  - `hash` string — A unique, rotating identifier generated for each customer for secure verification

## Changes

- **2025-12-17** `d43ca6bdac5a` — 3 info
  - the endpoint scheme security `apiKey AND secretKey` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `secretKey` was removed from the API
- **2025-09-30** `788718651767` — 1 info
  - removed the non-success response with the status `404`
- **2025-09-16** `9982cd425d6b` — 2 info
  - api operation id `getCustomerHash` was added
  - added the non-success response with the status `404`
- **2025-09-08** `74802d3d15e7` — 1 info
  - endpoint added
- **2025-09-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gameballers/apis/gameball-api/changes/api/v4.0/integrations/customers/:customerId/hash/get.md)

---

[API](https://skmtc.dev/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.dev/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/747ba4697269/schema)
