GET
/
v2
/
customers
/
{customer_id}
/
rewards_balance
curl --request GET \
  --url https://dev.sbx.imprint.co/v2/customers/{customer_id}/rewards_balance
{
  "customer_id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
  "reward_balance": 120000,
  "reward_symbol": "<string>",
  "reward_description": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

customer_id
string
required

The unique identifier for the Imprint customer

Example:

"2EE24580-B97B-4949-A65C-929CCB9B9B8D"

Response

200
application/json

Customer rewards balance

The response is of type object.