cURL
curl --request GET \ --url https://api.sandbox.verisoul.ai/account/{account_id}/sessions \ --header 'x-api-key: <api-key>'
{ "request_id": "e57b7c0f-34bc-4770-8ec7-71aacc72e5a4", "sessions": [ "56f9a065-1583-48af-a5c4-cd5921b21a12", "2ddd11ed-2a46-4e21-9dc2-c2dbe7f7ef69" ] }
Returns all sessions associated with a specific account
ID of the account to retrieve sessions for
Account sessions response
The response is of type object.
object