Used to get a list of all the lists associated with your project. All lists can be returned if no condition is used. Only lists of a certain type will be returned if a condition with specific criteria is provided.

Example

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/list/list \
  --header 'content-type: application/json' \
  --data '{
    "apptoken": "YOUR_APPTOKEN",
    "condition": [
      ["identifier", "=" , "email"]
    ]
  }'
Language
Click Try It! to start a request and see the response here!