Skip to main content
Version: Next

API

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"
}
]
}