subscriptions_get_all_subscriptions
Fetch all subscriptions from the Remnawave panel, using start and size query parameters to page through results.
Instructions
GET /api/subscriptions Get all subscriptions Tags: [Protected] Subscriptions Controller Пагинация через query-параметры: start, size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Number of subscriptions to return, no more than 500 | |
| start | No | Start index (offset) of the users to return, default is 0 |