✨ New Gift Cards API Live Now - Beta!
curl --request PATCH \
--url https://api.gameboost.com/v1/item-offers/{itemOfferId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "archived"
}
'List, unlist or archive a specific item offer by updating its status.
curl --request PATCH \
--url https://api.gameboost.com/v1/item-offers/{itemOfferId}/status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"status": "archived"
}
'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.
listed, draft, archived Successfully updated the item offer status.
Was this page helpful?