Creates a product_feature, which represents a feature attachment to a product
Parameters
- entitlement_
featurestringRequired The ID of the Feature object attached to this product.
Returns
Returns a product_feature
Response
{ "id": "prodft_BcMBZUWCIOEgEc", "object": "product_feature", "livemode": false, "entitlement_feature": { "id": "feat_test_61QGU1MWyFMSP9YBZ41ClCIKljWvsTgu", "object": "entitlements.feature", "livemode": false, "name": "My super awesome feature", "lookup_key": "my-super-awesome-feature", "metadata": {} }}
Deletes the feature attachment to a product
Parameters
No parameters.
Returns
Returns an object with a deleted parameter on success. If the product feature ID does not exist, this call raises an error.
Response
{ "id": "prodft_BcMBZUWCIOEgEc", "object": "product_feature", "deleted": true}
An active entitlement describes access to a feature for a customer.
If you have scheduled a Sigma query, you’ll receive a sigma.
webhook each time the query runs. The webhook contains a ScheduledQueryRun
object, which you can use to retrieve the query results.
Represents an ad-hoc execution of a Sigma query via the API