GET
/v1/entitlements/features/{id}Retrieve an entitlement feature
Retrieves a feature by its identifier. Use id to select the feature and expand to request additional response fields; the feature response includes its activation state, lookup key, name, and metadata.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
idstringrequired
The feature identifier, limited to 5000 characters.
expandarray<string>optional
Fields to expand in the response; each value can contain at most 5000 characters.
200Returns the feature object with its active status, identifier, live-mode state, lookup key, metadata, name, and object type.
activebooleanrequired
Inactive features cannot be attached to new products and will not be returned from the features list endpoint.
idstringrequired
Unique identifier for the object.
livemodebooleanrequired
If the object exists in live mode, the value is `true`. If the object exists in test mode, the value is `false`.
lookup_keystringrequired
A unique key you provide as your own system identifier. This may be up to 80 characters.
metadataobjectrequired
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
namestringrequired
The feature's name, for your own purpose, not meant to be displayable to the customer.
objectstringrequired
String representing the object's type. Objects of the same type share the same value.
defaultReturned when the API cannot process the request; the response contains an error object.
errorobjectrequired
Error handling
id must be a string of no more than 5000 characters. Each value in expand must be a string of no more than 5000 characters.