get https://openapi.glassfy.io/v1/subscriber
Response
| Attribute | Description |
|---|---|
| subscriber | subscriber information |
| permissions | subscriber permissions |
The subscriber object
| countrycode | ISO country code |
|---|---|
| customid | subscriber custom identifier |
| firstseendate | first time Glassfy has seen this subscriber (epoch timestamp) |
| lastseendate | last time Glassfy has seen this subscriber (epoch timestamp) |
| original_application_version | original application version iOS only |
| original_purchase_date_ms | original purchase date (epoch timestamp) iOS only |
| store | 1 = App Store, 2 = Play Store, 3 = Paddle Store,4 = Stripe Store |
| info | extra user properties |
The permission object
| entitlement | permissions entitlement. See Permissions for info on entitlements. |
|---|---|
| expires_date | permission expire date in epoch |
| identifier | permission identifier |
| skus | SKU unlocking this permission |
the SKU object
| identifier | sku identifier |
|---|---|
| productid | product (app store, play store, paddle) identifier |
| store | 1 = App Store, 2 = Play Store, 3 = Paddle Store,4 = Stripe Store |
| istrial | (true,false)An indicator of whether an auto-renewable subscription is in the free trial period. |
| isinintrooffer | (true,false)An indicator of whether an auto-renewable subscription is in the introductory price period. |
