GET
/
list
/
{list_name}
curl --request GET \
  --url https://api.sandbox.verisoul.ai/list/{list_name} \
  --header 'x-api-key: <api-key>'
{
  "request_id": "<string>",
  "description": "<string>",
  "accounts": [
    "<string>"
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

list_name
string
required

Name of the list to retrieve accounts from

Response

200
application/json
List accounts response
request_id
string

The ID of the request

description
string

Description of the list's purpose

accounts
string[]

Array of account IDs in the list