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"
}
]
}Changes
Changed in 1 of the 172 revisions of this API.1
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○