---
title: "GET /members/{member_id}/transactions"
method: GET
path: "/members/{member_id}/transactions"
---

# GET /members/{member_id}/transactions

`GET /members/{member_id}/transactions`

## Response `200`

200

- ListTransactionWithMemberIdDataObject
  - `data` ListTransactionWithMemberIdResponseObject
    - `total` integer — The total number of member's transactions.
    - `next_cursor` integer — This is a cursor for use in pagination. start_index is the index that defines your place in the list. For instance, if you make a list request and receive 1000 objects, your subsequent call can include start_index=1001 in order to fetch the next page of the list.
    - `transactions` ListTransactionWithMemberIdTransactionObject[]
      - `status` string — The transaction status- approved/ rejected/ pending.
      - `points_expiration_date` string — The date and time when points expire.
      - `auto_approval_date` string — The "auto approval date" for a transaction signifies the date when the transaction will be automatically approved. This approval mechanism can be established through an API or can be configured by setting the "after a fixed duration" option within the approval type in the activities settings page within the admin console. When this specified date arrives, the transaction will undergo automatic approval as per the settings configured.
      - `last_modified_date` string — The most recent date on which a transaction was updated.
      - `award_info` ListTransactionWithMemberIdAwardInfoObject
        - `activity_id` string — The unique ID of the activity assigned by Zinrelo.
        - `points` integer — The number of points awarded for performing the activity.
        - `points_status` string — The status of the points- 'pending', 'approved', 'rejected', 'auto_approved', 'auto_rejected', 'expired' or 'exhausted.'
        - `activity_name` string — The activity name stored with Zinrelo.
      - `id` string — The unique internal ID generated by Zinrelo.
      - `approver_details` ListTransactionWithMemberIdApproverDetailsObject
        - `approver_name` string — The person or source who approves the transaction.
        - `approver_id` string — The unique ID associated with the approver.
      - `approved_date` string — The date and time on which the transaction will be approved.
      - `member_id` string — The unique identifier of the member defined by an Admin.
      - `created_date` string — The date and time on which the transaction was created.
      - `transaction_type` string — The type of transaction- award, redeem or deduct.
      - `transaction_attributes` unknown
      - `additional_data` ListTransactionWithMemberIdAdditionalDataObject
        - `activity_multiplier` integer — For activities such as "made_a_purchase," this represents the points spent per dollar.
      - `deduct_info` ListTransactionWithMemberIdDeductInfoObject
        - `points` integer — The number of points deducted from the available points.
        - `points_status` string — The status of the points- 'deducted' or 'pending_deduction.'
      - `reward_info` ListTransactionWithMemberIdRewardInfoObject
        - `reward_name` string — The name of the reward stored in Zinrelo.
        - `points_status` string — The status of the points- 'redeemed,''redemption_pending' or 'redemption_cancelled.'
        - `coupon_code` string — The coupon code used for redemption.
        - `reward_id` string — The unique reward ID assigned by Zinrelo.
        - `points` integer — The number of points redeemed by the member.
      - `redemptions_list` ListTransactionWithMemberIdRedemptionList[] — The redemption list is empty in scenarios where the transaction is in a pending state or when the points are either exhausted or pending.
        - `redemption_id` string — The unique ID associated with the redemption.
        - `redeemed_points` integer — The number of points redeemed.
        - `id` string — The redemption ID configured in admin console.
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trueloyal/apis/admin-apis.md) · [All operations](https://skmtc.net/trueloyal/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trueloyal/admin-apis/versions/c12d3d379897/schema)
