Shop
We offer branded, personalized digital commerce experiences that allow customers to redeem their hard-earned reward currency for a wide range of merchandise, gift cards, experiences, and even charity donations.
With access to over 10,000 rewards across 128 diverse categories, we ensure your customers always have something meaningful to redeem, giving them more reasons to stay engaged with your brand and program.


Pay with Points
With our pay-with-points solution, customers can spend their reward currency at leading merchants and brands, both online and in-store. This real-time feature provides instant access to reward balances, empowering customers to use their points as currency, adding value to everyday purchases.
Whether it's a big-ticket item or a daily necessity, customers can maximize their rewards in the moment, ensuring continuous engagement with your program.
Data
Seamless APIs. Smarter Loyalty.
Our APIs make it easy to integrate real-time rewards, offers, and commerce experiences directly into your program. Designed for flexibility, scale, and speed, they power secure, dynamic connections between your customers, partners, and transactions both online and in-store.
With modular endpoints, global compatibility, and developer first design, you can launch faster, personalize deeper, and drive measurable results from day one.
1
var options = new RestClientOptions("https://marketplace-uat.collinsoncloud.com")
{
MaxTimeout = -1,
};
var client = new RestClient(options);
var request = new RestRequest("/api/offers/teaser?campaignType=DISPLAY&affiliateCode=59fd9420", Method.Get);
request.AddHeader("Accept", "application/json");
request.AddHeader("api", "1.8.3");
request.AddHeader("Authorization", "Bearer YAeep-054DjbewHH-N7FFOKoI-psZbAaAJC");
RestResponse response = await client.ExecuteAsync(request);
Console.WriteLine(response.Content);