Get Subscription Status
Are you looking to only get if a user is subscribed or not? Get User Status is what you are looking for, not this!
Returns an object containing context behind a specified user’s subscription.
Returns an empty object if the user is not subscribed.
This is an Async (Purple) Command, which operates differently from standard commands.
| Box Name | Type | Description |
|---|---|---|
| Login Name | Dropdown | Your Twitch channel login name (all lowercase characters) |
| User ID | number | User ID to check for active subscription |
| Save Variable As | String | Variable name to save the response |
You can access the response object’s data by using Get Object Variable command.
Response Data:
| Variable Name | Type | Description |
|---|---|---|
| broadcaster_id | string | User ID of the broadcaster. |
| broadcaster_login | string | Login of the broadcaster. |
| broadcaster_name | string | Display name of the broadcaster. |
| is_gift | boolean | Indicates if the subscription is a gift. |
| gifter_login | string | Login of the gifter (if is_gift is true). |
| gifter_name | string | Display name of the gifter (if is_gift is true). |
| tier | string | Subscription tier. 1000 is tier 1, 2000 is tier 2, and 3000 is tier 3. |