Sign in

Get Extension Configuration Segment

documented

Gets a configuration segment for an extension.

GET /helix/extensions/configExtensionsno 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/extensions/configurations?extension_id={{EXTENSION_ID}}&segment={{SEGMENT}}" \
  -H "Authorization: Bearer {{TWITCH_EBS_JWT}}" \
  -H "Client-Id: {{TWITCH_CLIENT_ID}}"