get https://api.sigtech.com/sessions
Retrieve a list of all sessions created within the last 24 hours. The Sessions
API will return a paginated list of session objects, providing details such as the session ID, creation timestamp and the session's description.
Use this list to find a session you want to retrieve or to monitor the number of sessions created in the previous 24 hours.
If the number of sessions in the response exceeds your pageSize
parameter, there will be a "nextPageId"
string at the bottom of the response. Add this string as a query parameter and make a new request to navigate to the next page of results.