Collectibles/Cards
Creates a new order for a collectibles campaign. This endpoint is used when you want to award specific collectibles to recipients.
Authorizations
x-gft_api_keystringRequired
API key for authentication (can also use x-gft-api-key or gft-api-key)
Path parameters
campaignCollectiblesIdstringRequiredExample:
The unique identifier for the collectibles campaign
campaign_456Body
contactsstring · email[]RequiredExample:
Recipients of the order as email addresses
[email protected]titlestringOptionalExample:
Optional title for the order
Winter Collection RewarddescriptionstringOptionalExample:
Optional description for the order
Reward for completing the challengeResponses
201
Order created successfully
application/json
400
Bad Request - Missing or invalid parameters
application/json
401
Unauthorized - API key is missing or invalid
application/json
404
Campaign not found
application/json
post
/gcm/reseller/campaign/{campaignCollectiblesId}/orderLast updated