v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Gifts

List all the unclaimed gifts

Lists all the unclaimed gifts.

get/v3/gift

Response

OK

idstring

Gift Id (passed as ?gift parameter in claim link)

createdstring

UTC timestamp when gift was created

claimedstring

UTC timestamp when gift was claimed

uristring

1823.html (string) - Path portion of URL gift will allow access to

cross_device_sessionstring

ID of cross-device session of claiming user (if claimed)

Example response

[
  {
    "id": "58c3852bb23f3467",
    "created": "2018-04-27T09:15:28Z",
    "uri": "/news/local/story"
  }
]