Get user subscription keys

GET {{base_url}}/platform/licensing/v1/subscriptions?limit=<integer>&offset=<integer>&license_type=<string>&subscription_key=<string>&device_type=cap

This API is used to get subscription keys.

Request Params

KeyDatatypeRequiredDescription
limitstringNumber of subscriptions to get
offsetstringoffset or page number
license_typestringSupports Basic, Service Token and Multi Tier licensing types as well
subscription_keystringSubscription Key
device_typestringDevice Type

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;total&quot;:&quot;\u003clong\u003e&quot;,&quot;subscriptions&quot;:[{&quot;available&quot;:&quot;\u003cinteger\u003e&quot;,&quot;end_date&quot;:&quot;\u003cinteger\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;sku&quot;:&quot;\u003cstring\u003e&quot;,&quot;start_date&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;UNDER_GRACE_PERIOD&quot;,&quot;subscription_key&quot;:&quot;\u003cstring\u003e&quot;},{&quot;available&quot;:&quot;\u003cinteger\u003e&quot;,&quot;end_date&quot;:&quot;\u003cinteger\u003e&quot;,&quot;quantity&quot;:&quot;\u003cinteger\u003e&quot;,&quot;sku&quot;:&quot;\u003cstring\u003e&quot;,&quot;start_date&quot;:&quot;\u003cinteger\u003e&quot;,&quot;status&quot;:&quot;ACTIVE&quot;,&quot;subscription_key&quot;:&quot;\u003cstring\u003e&quot;}]}