List Subscriptions
GET
https://Example-Server.com/be/v1/subscriptions
Last modified:2025-05-08 12:00:04
Required Permissions
subscriptions.read
Request
Query Params
offset
integer
optional
Example:
0
limit
integer
optional
Default:
10
Example:
1
order[]
array[string]
optional
Example:
["[-name]"]
Header Params
x-rockit-beauth-token
string
optional
POST /be/v1/auth
) or API key (POST /be/v1/apikeys
) Mutually excluded with
x-rockit-api-key
.Example:
{{_edge_org_admin_beauth_token}}
x-rockit-orgname
string
optional
Requires
x-rockit-username
and x-rockit-api-key
.Example:
{{EDGE_ORG_NAME}}
x-rockit-username
string
optional
Requires
x-rockit-orgname
and x-rockit-api-key
.Example:
adminPrincipal
x-rockit-api-key
string
optional
Mutually excluded with
x-rockit-beauth-token
. Requires x-rockit-username
and x-rockit-orgname
.Example:
{{_adminPrincipal_apiKey}}