Collectibles/Random Cards
Creates a new order for a random collectibles campaign. This endpoint is used when you want to award random 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
campaignRandomIdstringRequiredExample:
The unique identifier for the random collectibles campaign
campaign_456Body
contactsstring · email[]RequiredExample:
Recipients of the order as email addresses
[email protected]titlestringOptionalExample:
Optional title for the order
Mystery Card RewarddescriptionstringOptionalExample:
Optional description for the order
Random card from our new collectionResponses
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/{campaignRandomId}/orderLast updated