Skip to main content
GET
List the tenant's hub subscriptions

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

Authorization
string

Bearer token, relayed to the streaming-hub as server-to-server auth.

Query Parameters

cursor
string

Keyset pagination cursor (the previous page's next_cursor).

limit
integer<int64>

Maximum subscriptions to return.

Required range: 1 <= x <= 200

Response

OK

subscriptions
object[] | null
required
next_cursor
string