For information about how REST API works, see rest main page.
Personyze remembers users visited your site, and the users that you imported from your system. Each user can be associated with zero or more user lists.
You can find and manage user lists here (in "Import users" section).
REST "user_lists" object allows you to create and rename user lists.
The endpoint URL is:
app.personyze.com/rest/user_lists
Insert example
curl --data '{"name": "VIP users"}' 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_lists'
This call returns the new list ID.
Select example
Select list with ID "8".
curl 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_lists/where/id=8'
Delete example
Delete list with ID "8".
curl -X DELETE 'https://api:FD09908F25BECB09D78EBEA1DADFB618651F612D@app.personyze.com/rest/user_lists/where/id=8'
Associate users with lists
Use this object to associate users.