diff --git a/views/users/api.hbs b/views/users/api.hbs index ca2feb92..eaa0cb47 100644 --- a/views/users/api.hbs +++ b/views/users/api.hbs @@ -277,3 +277,22 @@
curl -XPOST '{{serviceUrl}}api/blacklist/delete?access_token={{accessToken}}' \
 --data 'EMAIL=test@example.com&'
+ +

GET /api/lists/:email – {{#translate}}Get the lists a user has subscribed to{{/translate}}

+ +

+ {{#translate}}Retrieve the lists that the user with :email has subscribed to. {{/translate}} +

+ +

+ GET {{#translate}}arguments{{/translate}} +

+ + +

+ {{#translate}}Example{{/translate}} +

+ +
curl -XGET '{{serviceUrl}}api/lists/test@example.com?access_token={{accessToken}}