Retrieve a list of your account’s mailing lists.
cURL
curl --request GET \ --url https://app.loops.so/api/v1/lists \ --header 'Authorization: Bearer <token>'
[ { "id": "clxf1nxlb000t0ml79ajwcsj0", "name": "Mailing List Beta", "description": null, "isPublic": true }, { "id": "clxf2q43u00010mlh12q9ggx1", "name": "Product B Launch", "description": "Get pre-launch updates about Product B.", "isPublic": true } ]
Hide properties
null
true
false
Was this page helpful?