Retrieve Dosh Offers

Marketing API to retrieve Dosh card reward offers customized for a person
Cards
Retrieve Dosh Offers
 last updated: 
November 30, 2023

This API integrates the Dosh Marketing API to retrieve offers customized for persons in your program. Simply pass the personID in the sd-person-id header.

ENDPOINT

  1. GET /v1/card/doshoffers

RESPONSE

  1. {
  2.  "total": 3,
  3.  "data": [
  4.    {
  5.      "description": "Our Health Safety Program is designed to help protect everyone in the car. Count on us anytime you want a ride. Need to get to an appointment or pick up some groceries? We’ll match you with a driver, or you can enjoy the open air on a bike or scooter, and be on your way in minutes. Let’s ride.",
  6.      "image": "https://dosh-cash-res.cloudinary.com/image/upload/v1614382164/brand%20assets/LYFT/DEFAULT_BRANDING/logo/1614382147919.png",
  7.      "isInStore": false,
  8.      "isInstant": true,
  9.      "label": "Online",
  10.      "subtitle": "Up to 10%",
  11.      "title": "Lyft",
  12.      "brand": "c0d262a17ac843af93aee976486f0a81",
  13.      "offerId": "a4734bcf-3c23-4e1c-8b1d-3d9424f400ab",
  14.      "rewardAmount": 10,
  15.      "rewardType": "Percentage",
  16.      "rewardText": "10%",
  17.      "address": null,
  18.      "coordinates": null,
  19.      "distance": null,
  20.      "category": ""
  21.    },
  22.    {
  23.      "description": "Disney+ is the streaming home of Disney, Pixar, Marvel, Star Wars, and National Geographic. And now, you can bundle premium content from brands you love, starting at $9.99. Choose the Disney Bundle that works for you and change it any time—your bundle, your terms.",
  24.      "image": "https://dosh-cash-res.cloudinary.com/image/upload/v1660759457/brand%20assets/DISNEY/DEFAULT_BRANDING/logo/1660759447974.png",
  25.      "isInStore": false,
  26.      "isInstant": true,
  27.      "label": "Online",
  28.      "subtitle": "Up to 10%",
  29.      "title": "Disney+",
  30.      "brand": "5a569ff6a29e437fadc985a9e5023c78",
  31.      "offerId": "8051eef0-c643-434e-8c5e-6f4fd80d592e",
  32.      "rewardAmount": 10,
  33.      "rewardType": "Percentage",
  34.      "rewardText": "10%",
  35.      "address": null,
  36.      "coordinates": null,
  37.      "distance": null,
  38.      "category": ""
  39.    },
  40.    {
  41.      "description": "A smarter, healthier dog food: 100% human-grade food, pre-portioned and delivered to your door.",
  42.      "image": "https://dosh-cash-res.cloudinary.com/image/upload/v1619453602/brand%20assets/THEFARMERSDOG/DEFAULT_BRANDING/logo/1619453592037.png",
  43.      "isInStore": false,
  44.      "isInstant": true,
  45.      "label": "Online",
  46.      "subtitle": "Up to 10%",
  47.      "title": "The Farmer's Dog",
  48.      "brand": "87815e56431841a4a99f47d7eb1a6a73",
  49.      "offerId": "c592f55a-53a7-43a0-9ba0-4a77be2859fe",
  50.      "rewardAmount": 10,
  51.      "rewardType": "Percentage",
  52.      "rewardText": "10%",
  53.      "address": null,
  54.      "coordinates": null,
  55.      "distance": null,
  56.      "category": ""
  57.    }
  58.  ]
  59. }