Skip to main content
POST
Add stock to 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

Body

application/json
keys
string[]
required

Array of key/code strings to add as stock

Minimum array length: 1

Response

User is not authenticated, happens when the API key is missing, expired or invalid

message
string
Example:

"Unauthenticated."