v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Gifts

Create a gift

Creates a gift.

post/v3/gift

Request body

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 request

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

Response

OK