GET /api/v2/account/features
Returns a list of features and whether they are enabled for the account. Checks if a feature (arturo, subscription, custom code block) is available. If a corresponding setting exists, also checks whether that setting is enabled.
The optional query parameter subscription may be supplied. If it evaluates
to a true value (example, subscription=true) then the list of features is limited
to subscription-backed features only.
The optional query parameter ids may be supplied with a comma-separated list
of feature names to filter the response to only those features.
Allowed For
- Agents
Servers
- https://{subdomain}.{domain}.com
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
subscription |
Boolean | No |
Filter features to only subscription-backed features |
ids |
String | No |
Comma-separated list of feature names to filter the response |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.