cURL
curl --request GET \ --url https://api.anchorbrowser.io/api/sessions/active \ --header 'anchor-api-key: <api-key>'
[ { "session_id": "<string>", "status": "<string>", "created_at": "2023-11-07T05:31:56Z" } ]
Fetch a list of live session IDs associated with the provided API key.
API key passed in the header
A list of active session objects with detailed information.
The response is of type object[].
object[]