Skip to content

Instantly share code, notes, and snippets.

@abbood
Last active January 19, 2024 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abbood/18e70c9eac47ad323cc339fe7e2240a7 to your computer and use it in GitHub Desktop.
Save abbood/18e70c9eac47ad323cc339fe7e2240a7 to your computer and use it in GitHub Desktop.
{{chargebeeDomain}}/api/v2/subscriptions/{{subscriptionId}}/subscription_entitlements
{
"list": [
{
"subscription_entitlement": {
"subscription_id": "169uU9TvVIss979N1",
"feature_id": "threepaths",
"feature_name": "three_paths",
"feature_description": "vie three warm paths only",
"feature_type": "SWITCH",
"value": "true",
"name": "Available",
"is_overridden": false,
"is_enabled": true,
"object": "subscription_entitlement"
}
},
{
"subscription_entitlement": {
"subscription_id": "169uU9TvVIss979N1",
"feature_id": "paths",
"feature_name": "all_paths",
"feature_description": "displaying all the warm connections between the user and a target person (ie 1st, 2nd and potentially 3rd degree connections",
"feature_type": "SWITCH",
"value": "false",
"name": "Not Available",
"is_overridden": true,
"is_enabled": true,
"object": "subscription_entitlement"
}
},
{
"subscription_entitlement": {
"subscription_id": "169uU9TvVIss979N1",
"feature_id": "basicfiltersearchpage",
"feature_name": "basic_filter_search_page",
"feature_unit": "search_results_page_view",
"feature_type": "QUANTITY",
"value": "3",
"name": "3 search_results_page_views",
"is_overridden": false,
"is_enabled": true,
"object": "subscription_entitlement"
}
},
{
"subscription_entitlement": {
"subscription_id": "169uU9TvVIss979N1",
"feature_id": "get-intro",
"feature_name": "get intro",
"feature_type": "SWITCH",
"value": "true",
"name": "Available",
"is_overridden": false,
"is_enabled": true,
"object": "subscription_entitlement"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment