curl --request GET \
--url https://api.example.com/cabinet/admin/apps/remnawave/config \
--header 'Authorization: Bearer <token>'Fetch subscription page config from RemnaWave panel.
curl --request GET \
--url https://api.example.com/cabinet/admin/apps/remnawave/config \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response