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

Authorizations

x-api-key
string
header
required

Path Parameters

account_id
string
required

ID of the account to retrieve sessions for

Response

200
application/json
Account sessions response
request_id
string

The ID of the request

sessions
string[]

List of session IDs associated with the account