GET
/
giftcard-brands
List Brands
const options = {method: 'GET'};

fetch('https://api.thanks.io/api/v2/giftcard-brands', options)
  .then(response => response.json())
  .then(response => console.log(response))
  .catch(err => console.error(err));
{
  "main": {
    "title": "Featured",
    "brands": [
      {
        "brand_code": "amazonus",
        "title": "Amazon.com",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/amazonus.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          3000,
          4000,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "starbucksus",
        "title": "Starbucks",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/starbucks.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      }
    ]
  },
  "food": {
    "title": "Food",
    "brands": [
      {
        "brand_code": "applebees",
        "title": "Applebees",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/applebees.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "baskinrobbinsus",
        "title": "Baskin Robbins",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/baskin.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "burgerkingus",
        "title": "Burger King",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/burgerking.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "charthouse",
        "title": "Chart House",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/charthouse.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "chilis",
        "title": "Chili's",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/chilis.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "chipotle",
        "title": "Chipotle",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/chipotle.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "coldstonecreameryus",
        "title": "Cold Stone Creamery",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/coldstone.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "dominos",
        "title": "Domino's",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/dominos.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "doordashus",
        "title": "DoorDash",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/doordash.png",
        "available_amounts": [
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "dunkindonuts",
        "title": "Dunkin' Donuts",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/dunkindonts.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "grubhubus",
        "title": "Grubhub",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/grubhub.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "ihop",
        "title": "IHOP",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/ihop.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "mortons",
        "title": "Morton's The Steakhouse",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/mortons.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "omahasteaks",
        "title": "Omaha Steaks",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/omahasteaks.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "ontheborder",
        "title": "On The Border",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/ontheborder.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "outback",
        "title": "Outback Steakhouse",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/outback.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "panerabreadus",
        "title": "Panera",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/panera.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "papjohns",
        "title": "Papa John's",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/papajohns.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "pfchangs",
        "title": "P.F. Chang's",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/pfchangs.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "redrobin",
        "title": "Red Robin",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/redrobin.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "sonicus",
        "title": "SONIC",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/sonic.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "tacobellus",
        "title": "Taco Bell",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/tacobell.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "tgifridaysus",
        "title": "TGI Fridays",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/tjfridays.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "ubereats",
        "title": "Uber Eats",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/ubereats.png",
        "available_amounts": [
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      }
    ]
  },
  "entertainment": {
    "title": "Entertainment",
    "brands": [
      {
        "brand_code": "amctheatres",
        "title": "AMC Theatres",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/amctheaters.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "itunesus",
        "title": "Apple Gift Card",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/itunes.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "cinemark",
        "title": "Cinemark",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/cinemark.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "fandangous",
        "title": "Fandango",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/fandango.png",
        "available_amounts": [
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "gamestop",
        "title": "Game Stop",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/gamestop.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "googleplay",
        "title": "Google Play",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/googleplay.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "playstationus",
        "title": "Sony Playstation",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/playstation.png",
        "available_amounts": [
          1000,
          5000
        ]
      },
      {
        "brand_code": "regal",
        "title": "Regal",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/regal.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "xbox",
        "title": "Microsoft Xbox",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/xbox.png",
        "available_amounts": [
          1500,
          2500,
          5000
        ]
      }
    ]
  },
  "gifts": {
    "title": "Gifts",
    "brands": [
      {
        "brand_code": "1800flowers",
        "title": "1-800-Flowers.com",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/1800flowers.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "athleta",
        "title": "Athleta",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/athleta.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "autozoneus",
        "title": "AutoZone",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/autozone.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "babygap",
        "title": "Baby Gap",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/babygap.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "barnesandnoble",
        "title": "Barnes and Noble",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/barnesandnoble.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "bassproshops",
        "title": "Bass Pro Shops",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/bassprosshops.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "buildabear",
        "title": "Build-A-Bear Workshop",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/buildabear.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "cabelas",
        "title": "Cabela's",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/cabelas.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "callaway",
        "title": "Callaway",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/callaway.png",
        "available_amounts": [
          5000,
          10000
        ]
      },
      {
        "brand_code": "cratebarrelus",
        "title": "Crate & Barrel",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/crateandbarrel.png",
        "available_amounts": [
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "cvs",
        "title": "CVS Pharmacy",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/cvs.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "ebay1",
        "title": "eBay",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/ebay.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "fanatics",
        "title": "Fanatics",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/fanatics.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "footlocker",
        "title": "Foot Locker",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/footlocker.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2500,
          5000,
          10000
        ]
      },
      {
        "brand_code": "goplaygolf",
        "title": "Go Play Golf",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/goplaygolf.png",
        "available_amounts": [
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "guitarcenterus",
        "title": "Guitar Center",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/guitarcenter.png",
        "available_amounts": [
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "kohls",
        "title": "Kohl's",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/kohls.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "landsend",
        "title": "Land's End",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/landsend.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "reius",
        "title": "REI",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/rei.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "sephora",
        "title": "Sephora",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/sephora.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "spaweek",
        "title": "Spa Week",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/spaweek.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      }
    ]
  },
  "travel": {
    "title": "Travel",
    "brands": [
      {
        "brand_code": "uber",
        "title": "Uber",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/uberpng.png",
        "available_amounts": [
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "delta",
        "title": "Delta Air Lines",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/delta.png",
        "available_amounts": [
          5000,
          10000
        ]
      },
      {
        "brand_code": "hotels",
        "title": "Hotels.com",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/hotels.png",
        "available_amounts": [
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "lyftus",
        "title": "Lyft",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/lyft.png",
        "available_amounts": [
          2500,
          5000,
          10000,
          20000
        ]
      }
    ]
  },
  "big_box": {
    "title": "Big Box",
    "brands": [
      {
        "brand_code": "bestbuy",
        "title": "Best Buy",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/bestbuy.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "homedepot",
        "title": "The Home Depot",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/homedepot.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "target",
        "title": "Target",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/target.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          3000,
          4000,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "walmart",
        "title": "Walmart",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/walmart.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      },
      {
        "brand_code": "wayfairus",
        "title": "Wayfair",
        "image": "https://d2md0c8rpvzmz5.cloudfront.net/giftcards/wayfair.png",
        "available_amounts": [
          500,
          1000,
          1500,
          2000,
          2500,
          5000,
          10000,
          20000
        ]
      }
    ]
  },
  "other": {
    "title": "Other",
    "brands": []
  }
}

Response

200 - application/json

200 response

The response is of type object.