GET
/
v2
/
rewards
curl --request GET \
  --url https://dev.sbx.imprint.co/v2/rewards
{
  "data": [
    {
      "id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
      "customer_id": "9B5E1EE0-2E1C-46E7-81B9-3C3917204BE4",
      "transaction_event_id": "E777214A-2D11-4CAD-9E8F-E1BD71D9FE67",
      "amount": 123,
      "type": "TRANSACTIONAL",
      "currency": "POINTS",
      "status": "PENDING",
      "created_at": "2025-02-13T19:08:07.000Z",
      "updated_at": "2025-02-13T19:08:07.000Z",
      "metadata": {
        "platform_version": "2.1.0"
      }
    }
  ],
  "has_more": true,
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

transaction_event_id
string

Reward associated to the transaction event

Example:

"40fa8333-f809-4861-9839-45f41d50077d"

limit
integer
default:10

Limits the number of returned results

Required range: x >= 1
starting_after
string

A cursor for use in pagination. An id that defines your place in the list.

Response

200 - application/json

List of rewards

The response is of type object.