cURL
curl --request POST \ --url https://api.sandbox.verisoul.ai/list/{list_name}/account/{account_id} \ --header 'x-api-key: <api-key>'
{ "request_id": "d4b6b99f-f2ad-458e-bfc4-7b4c81e3ac36", "message": "Account added to us_users", "success": true }
Adds an account to a specific list
Name of the list to add the account to
ID of the account to add to the list
Account added to list response
The ID of the request
Success message
Whether the operation was successful