Use these endpoints for bulk benefit management or integration work. When reading or managing benefits for a specific customer, use Profile Benefits instead.
Benefit
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Attribute | Description |
|---|---|
id INTEGER | The unique Omneo ID of the benefit instance |
profile_id STRING | The profile_id of the attached profile |
external_id STRING | The external reference for this benefit instance. This is usually the benefit instance as it is referred to in your primary system outside Omneo |
expires_at DATE-TIME | A date-time of when the benefit will expire. |
issued_at DATE-TIME | A date-time of when the benefit was issued to the profile |
is_expired BOOLEAN | Denotes whether this benefit is expired. |
is_redeemable BOOLEAN | Denotes whether this benefit is redeemable but the member |
redemptions_remaining INTEGER | The amount of redemptions remaining for this benefit for this benefit instance |
total_global_redemptions_remaining INTEGER | The amount of redemptions remaining globally for this benefit |
definition OBJECT | An object containing data of the specified benefit definition used to create the benefit instance |
timezone STRING | A valid [timezone] (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) used when referencing date-time fields. |
claimed_at DATE-TIME | The date and time the member claimed the benefit. See claiming benefits. |
meta ARRAY | An array of metadata attached to the benefit |
redeem_code_pos STRING | The redeem code used for claiming the benefit at an external POS system |
redeem_code_online STRING | The redeem code used for claiming the benefit Online |
created_at READ-ONLY STRING DATE-TIME | The UTC date & time the benefit record was created in ISO 8601 format. |
updated_at READ-ONLY STRING DATE-TIME | The UTC date & time the benefit record was last updated in ISO 8601 format. |