For subscribed communities you have to add an auth
parameter (that you can obtain by POST'ing {"username_or_email": "your_name", "password": "your_password"}
to /user/login
, then extracting the jwt
from the response) and type_=Subscribed
.
A complete request would look like that:
curl "https://mander.xyz/api/v3/community/list?auth=verylongstring&type_=Subscribed" | jq
EDIT: added missing quotes for JSON keys, thanks to @NeonWoofGenesis@lemmy.henlo.fi