cURL
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>" }
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
The unique identifier for the Imprint customer
"2EE24580-B97B-4949-A65C-929CCB9B9B8D"
Customer rewards balance
The response is of type object.
object