Merge pull request #379 from gsiou/api-search-user
Docs for api/lists/:email
This commit is contained in:
commit
ca145edaef
1 changed files with 19 additions and 0 deletions
|
@ -277,3 +277,22 @@
|
|||
|
||||
<pre>curl -XPOST '{{serviceUrl}}api/blacklist/delete?access_token={{accessToken}}' \
|
||||
--data 'EMAIL=test@example.com&'</pre>
|
||||
|
||||
<h3>GET /api/lists/:email – {{#translate}}Get the lists a user has subscribed to{{/translate}}</h3>
|
||||
|
||||
<p>
|
||||
{{#translate}}Retrieve the lists that the user with :email has subscribed to. {{/translate}}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>GET</strong> {{#translate}}arguments{{/translate}}
|
||||
</p>
|
||||
<ul>
|
||||
<li><strong>access_token</strong> – {{#translate}}your personal access token{{/translate}}
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
<strong>{{#translate}}Example{{/translate}}</strong>
|
||||
</p>
|
||||
|
||||
<pre>curl -XGET '{{serviceUrl}}api/lists/test@example.com?access_token={{accessToken}} </pre>
|
||||
|
|
Loading…
Reference in a new issue