Get Connection Info

Get connection information for the selected Twitch account, such as your User ID or OAuth Token.

Box Name Type Description
Login Name String Your Twitch login name
Save Variable As String Variable to save the result
Type Dropdown Value to get. User ID, OAuth token, Login Name or Display Name

Saved Value:

Type Selection Saved Type Description
User ID String The connected Twitch account’s user ID.
OAuth Token String The connected Twitch account’s OAuth token.
Login Name String The connected Twitch account’s login name.
Display Name String The connected Twitch account’s display name.

Source: SAMMI’s internal twitch_connection map (local data — no Twitch API call is made).

Example SAMMI Response:

98765432           (User ID)
oauth:abc123xyz    (OAuth Token)
examplestreamer    (Login Name)
ExampleStreamer    (Display Name)

Each Type selection returns a single string value.

Back to the list