post https://external-api.xtremepush.com/api/external/import/list
Used to import/update the values of the list of users that will be associated with your project.
Review our dedicated guide for more information on user lists.
Record limit
This API is limited to 10,000 records in a single request. If you are importing more records, batch the data into multiple requests.
Example
curl --request POST \
--url https://external-api.xtremepush.com/api/external/import/list \
--header 'content-type: application/json' \
--data '{
"apptoken": "YOUR_APPTOKEN",
"id": "ID_of_YOUR_LIST",
"items": [
"[email protected]",
"[email protected]"
]
}'