get https://{tenant}.getomneo.com/api/v3/profiles//benefits/claimable
A GET
to the /profiles/{profileId}/benefits/claimable
endpoint allows your application to retrieve all Benefits records associated with a Profile.
Browse claimable benefits against a profile. A claimable benefit is a Benefit Definitions with is_claimable
= true
that is available to claim.
The definition start/end dates must still be valid, and any claim_conditions
configured against the definition must validate successfully against the profile.