v1

latestOpenAPI 3.0.22026-07-1715222.2 KB
Testing

Get Testing Auth Token

Creates one or more authentication tokens, suitable for testing. This endpoint is only available on the Sandbox Development server.

post/authtoken

Request body

extension_idstring

The Extension Client ID provided by Twitch

channel_idstring

The Twitch Channel ID the extension is installed and activated one

rolestring

The access level of the extension user. One of ('viewer', 'broadcaster', 'admin')

user_idstring

The Twitch User ID of the user of the extension. May be the same as the Channel ID

user_idsstring

One or more Twitch User IDs. If provided, the response will contain an array of tokens, one for each User ID provided.

Response

One or more valid testing JWTs.

OR
All 15 operations