Sign in

Get Drops Entitlements

documented

Gets an organization’s list of entitlements that have been granted to a game, a user, or both.

GET /helix/drops/entitlementsEntitlementsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.twitch.tv/helix/entitlements/drops?game_id={{$game_id}}&user_id={{$user_id}}&fulfillment_status={{$fulfillment_status}}&after={{$after}}&first={{$first}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Client-Id: {{TWITCH_API_KEY}}" \
  -H "Accept: application/json"
Get Drops Entitlements · Twitch · OpenIntegrations