Create API Header

Creates a header object used for manual Twitch API Calls. Can be used in conjunction with the HTTP Request command.

Box Name Type Description
Login Name Dropdown The name of the channel to use for authentication in the API Header
Save Variable As String Variable to save the result

Returned object contains the following variables:

Variable Type Contents
Authorization String “Bearer (your OAuth token)”
client-id String SAMMI’s unique identifier
Content-Type String “application/json”
Back to the list