Skip to content

List all paid-plan features and whether the account has access to each.

GET
/billing/features
curl --request GET \
--url https://api.siteqwality.com/billing/features \
--header 'Authorization: Bearer <token>'

Feature access list

Media type application/json
object
features
required
Array<object>
object
feature_key
required
string
feature_label
required
string
has_access
required
boolean
Example generated
{
"features": [
{
"feature_key": "example",
"feature_label": "example",
"has_access": true
}
]
}

Missing or invalid authentication

Internal server error