Skip to main content
GET
/
open-api
/
v1.0
/
giveaway-links
/
packages
Get all giveaway packages
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"
    }
  ]
}
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.

Response

OK

packages
Giveaway Package · object[]
required