Feature Status

Feature Status

Check whether a particular feature is enabled for the authenticated user.

Request

Name
Value

URL

https://dev.pulsoid.net/api/v1/features/{feature_id}

Method

GET

Headers

Name
Value
Description

Authorization

Bearer {access_token}

Path Parameters

Name
Type
Description

feature_id

string

The feature identifier. See Available Features below.

Available Features

feature_id

Description

Condition

gd_mod

Geometry Dash Mod

Enabled with active premium (subscription, trial, or lifetime). Can also be granted individually.

premium_widgets

Premium Widgets

Enabled with any active premium plan (subscription, trial, or lifetime).

stream_deck_ingestion_pause_feature

Stream Deck Ingestion Pause

Always enabled for all users.

Response

circle-info

Returns 404 Not Found if the feature_id is not recognized.

Field
Type
Description

id

string

The requested feature identifier.

enabled

boolean

Whether the feature is enabled for the user.

Example

cURL Request

Response

Last updated