List features
Features
List features
Returns a paginated list of features for the organization. Archived features are excluded.
GET
List features
Click the base URL in the API playground and select the Sandbox host for test data or the Production host for live data. Use credentials from the same environment.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Query Parameters
Free-text search across name, identifier, and description.
Page number for pagination.
Required range:
x >= 1Number of results per page. Defaults to 100, maximum 100.
Required range:
1 <= x <= 100