Skip to main content
GET
/
open-api
/
v1.0
/
giveaway-links
/
packages
/
{packageId}
Get giveaway links
curl --request GET \
  --url https://api.fourthwall.com/open-api/v1.0/giveaway-links/packages/{packageId} \
  --header 'Authorization: Bearer <token>'
{
  "packageId": "gpg_EdJvIXu3SEiXe_QkPavHSA",
  "giveawayLinks": [
    {
      "status": "<string>",
      "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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fourthwall.com/llms.txt

Use this file to discover all available pages before exploring further.

OAuth scope: giveaway_readAPI keys have full access to this endpoint.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

packageId
string
required

Response

OK

packageId
string
required
Example:

"gpg_EdJvIXu3SEiXe_QkPavHSA"