APIVersion: NextOn this pageAPI Description of the Netgap software interface. REST API All requests must contain the Authorization: Bearer <token> header. Get list of active sessions GET /api/v1/sessions Response: { "sessions": [ { "id": "sess_123", "status": "active" } ]}