Auth
List authenticated sessions
Returns the current browser session and active CLI session chains for the authenticated user.
get/api/v1/auth/sessions
Response
Authenticated sessions known to the server
Example response
{
"sessions": [
{
"provider": "github"
}
]
}