Create Extension Secret
documentedCreates an extension secret.
POST /helix/extensions/secretExtensionsno implementation yet0 runsNo 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/jwt/secrets?extension_id={{$extension_id}}&delay={{$delay}}" \
-X POST \
-H "Authorization: Bearer {{EXTENSION_JWT}}" \
-H "Client-Id: {{TWITCH_CLIENT_ID}}" \
-H "Accept: application/json"