It is a method to get the list of all available campaign lists.
Principle of use
Syntax and URL to call the method |
getLists () |
https://api.selzy.com/en/api/getLists?format=json&api_key=KEY |
Arguments | |
api_key * | API access key. |
Return value | |
JSON array, each array element is an object with the following id and title fields. Other fields may be added in the future.Example of the return value:
{ "result":[ {"id": 55688, "title": "My list number 1"}, {"id": 224589, "title": "It is my second list"}, {"id": 210012, "title": "And the third one"}, ] } |