cURL
curl --request GET \ --url https://api.fourthwall.com/open-api/v1.0/giveaway-links/packages \ --header 'Authorization: Bearer <token>'
{ "packages": [ { "packageId": "gpg_EdJvIXu3SEiXe_QkPavHSA", "createdAt": "2020-08-13T09:05:36.939Z" } ] }
Returns all packages with giveaway links
The access token received from the authorization server in the OAuth 2.0 flow.
OK
Show child attributes