Skip to main content
POST
Unlist a gift card offer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

giftCardOffer
string
required

The ID of the gift card offer. Can be retrieved from the list of gift card offers.

Response

Gift card offer action result

data
object

Gift card offer object representing a gift card listing for sale

message
string

Action result message

Example:

"Gift card offer is now unlisted and cannot be bought by users"

action
string

Action performed

Example:

"unlisted"

previous_is_listed
boolean

Whether the offer was listed before this action