File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
source/includes/collector-api Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,9 @@ Replace <i>my_application_id</i> with your real Application Id
118
118
"current_period_start" : " 2024-10-21T17:32:28.000Z" ,
119
119
"current_period_end" : " 2024-11-21T17:32:28.000Z" ,
120
120
"status" : " active" ,
121
+ "items" : [{
122
+ "plan_id" : " my_custom_plan"
123
+ }],
121
124
"metadata" : {
122
125
"subscription_type" : " PAYG" ,
123
126
"subscription_tier" : " Pro" ,
@@ -156,6 +159,9 @@ curl --location 'https://api.moesif.net/v1/subscriptions/batch' \
156
159
"current_period_start": "2024-10-21T17:32:28.000Z",
157
160
"current_period_end": "2024-11-21T17:32:28.000Z",
158
161
"status": "active",
162
+ "items": [{
163
+ "plan_id": "my_custom_plan"
164
+ }],
159
165
"metadata": {
160
166
"subscription_type": "PAYG",
161
167
"subscription_tier": "Pro",
You can’t perform that action at this time.
0 commit comments