cURL
curl --request GET \ --url https://api.sandbox.verisoul.ai/list/{list_name} \ --header 'x-api-key: <api-key>'
{ "request_id": "bb152ba5-8311-4192-846f-1670a581becb", "description": "List of US based users", "accounts": [ "john-doe", "john-doe-2", "amy-williams", "frank-smith", "mark-johnson" ] }
Returns all accounts in a specific list
Name of the list to retrieve accounts from
List accounts response
The response is of type object.
object