Skip to main content
POST
List 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 listed and users can buy it"

action
string

Action performed

Example:

"listed"

previous_is_listed
boolean

Whether the offer was listed before this action