✨ New Gift Cards API Live Now - Beta!
curl --request POST \
--url https://api.gameboost.com/v2/gift-cards/offers/{giftCardOffer}/stock \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keys": [
"<string>"
]
}
'{
"message": "Unauthenticated."
}Add key/code strings as deliverable stock to an existing gift card offer.
curl --request POST \
--url https://api.gameboost.com/v2/gift-cards/offers/{giftCardOffer}/stock \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"keys": [
"<string>"
]
}
'{
"message": "Unauthenticated."
}Documentation Index
Fetch the complete documentation index at: https://docs.gameboost.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Array of key/code strings to add as stock
1User is not authenticated, happens when the API key is missing, expired or invalid
"Unauthenticated."
Was this page helpful?