From b15178407194d3a097fb0b38820379b3c8e1c0d5 Mon Sep 17 00:00:00 2001 From: Georgios Anastasiou Date: Tue, 6 Feb 2018 14:57:58 +0200 Subject: [PATCH] Docs for api/lists/:email --- views/users/api.hbs | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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}}