Skip to main content
07399 456 959 [email protected]

Gifts Object
Last updated: January 05 2022 11:19 PM

Headers

Attribute Type Description
x-api-key
required
string The api token you will use to authorise requests to the API.

Query Parameters Available for Gifts

Parameter Type Description
expand
optional
string Get associated content for all gifts
fields
optional
string Reduce the number of properties returned for gifts
sort
optional
string Sort the gifts

Gifts Object

default attributes in the gifts object will always be returned.

Attribute Type Description
id
default
number A unique numeric Product ID that can be used to identify and reference other resources

E.g. 1060
name
default
string Gift name

E.g. Amazon Kindle Paperwhite
slug
default
string Friendly url

E.g. amazon-kindle-paperwhite
content array[object] An array containing content for the gifts. See the gifts content object.
metaData array[object] An array containing meta tags about the HTML document (title, description and keywords). See the gifts meta data object
images array[object] An array containing images in various formats. See the gifts images object
{
  "gifts" : [
    {
    "id": "49",
    "name": "Google Chromecast",
    "slug": "google-chromecast",
    "content": {
      "heading": "Free Google Chromecast",
      "introduction": "Google Chromecast is the easiest way to enjoy online video, music and anything from the web on your TV. Plug it into any HDTV and control it with your existing TV, just a thumb sized device that plugs into a USB port and bingo you are ready."
    },
    "metaData": {
      "title": "Free Google Chromecast",
      "description": "Get a Free Google Chromecast when you purchase a mobile phone contract. Compare mobile phone contracts with a Free Google Chromecast",
      "keywords": "Free Google Chromecast, mobile phone contracts, free gifts"
    },
    "images": {
      "largeFrontImageWebp": "https://static.uconvert.co.uk/img/gifts/buyamobile/google-chromecast.webp",
      "largeFrontImagePng": "https://static.uconvert.co.uk/img/gifts/buyamobile/google-chromecast.png",
      "largeFrontImageJpg": "https://static.uconvert.co.uk/img/gifts/buyamobile/google-chromecast.jpg"
    }
  ]
}