Rewards Fields
Balance Types
Unit Types
Fetch Rewards
Calling this endpoint initiates an aggregation-type event which will gather the member’s rewards information, as well as account and transaction information.
Rewards data is also gathered with Atrium’s daily background aggregations.
WARNINGThis endpoint can trigger multi-factor authentication. It is therefore important that the end user be present when fetching rewards.
Endpoint: POST /users/{user_guid}/members/{member_guid}/fetch_rewards
List Rewards
Use this endpoint to list all the rewards associated with a specified member.
Endpoint: GET /users/{user_guid}/members/{member_guid}/rewards
Read a Reward
Use this endpoint to read a specific reward based on its unique GUID.
Endpoint: GET /users/{user_guid}/members/{member_guid}/rewards/{reward_guid}