Client Key
Operations related to client key retrieval
All endpoints require a JWT Bearer token in the Authorization header.
GET /v1/client-key/{brand}
Get client key for a specific brand
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
| path |
| Yes | The brand identifier to retrieve client key for |
Responses
Status | Description |
|---|---|
| Client key retrieved successfully |
| Unauthorized - invalid or missing token |
| Client key not found for the specified brand |
200 response schema
Field | Type | Required | Description |
|---|---|---|---|
|
| Yes | The client key for the specified brand |