v2

latestOpenAPI 3.1.02026-07-26102336742.6 KB
Giveaway links

Create giveaway links

Rate limit: 100 requests / 10 seconds per shop. See Rate limiting.

Creates a new package with specified number of giveaway links

post/open-api/v1.0/giveaway-links

Request body

productIdstring uuid required
numberinteger required

Response

OK

packageIdstring required

Example response

{
  "packageId": "gpg_EdJvIXu3SEiXe_QkPavHSA",
  "giveawayLinks": [
    {
      "id": "gft_EdJvIXu3SEiXe_QkPavHSA",
      "link": "https://fourthwall.com/gifts/gft_EdJvIXu3SEiXe_QkPavHSA",
      "productId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
      "createdAt": "2020-08-13T09:05:36.939Z"
    }
  ]
}