cURL
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" } ] }
Returns all giveaway links for packageId
The access token received from the authorization server in the OAuth 2.0 flow.
OK
"gpg_EdJvIXu3SEiXe_QkPavHSA"
Show child attributes