Misaka.io | Docs
Misaka.io | Docs
API Documentation
Change password POST
Confirm email POSTLogin with 2FA POSTLogin POSTLogout POSTRefresh user token POSTGet current user token POST
Get team members GETGet current available teams GET
List devices GET
Port info GETList ports GETPort transceiver metrics GETPort usage metrics GET
List services GET
List cross connects GET
Create IP announcements POSTDelete IP announcement DELETEGet IP announcements GETUpdate IP announcement PATCH
Lighthouse
Network Flow Timeseries POST
Event Attachment GETEvent Detail Related GETEvent List All GETEvent List Related GETEvent List Related Timeseries GET
AuthSession

Logout

Logout the current user

POST
/v3/session/logout

Authorization

AuthBearerActiveUser

AuthorizationBearer <token>

In: header

Request Body

application/json

refresh_token?Refresh Token|Refresh Token
sliding_token?Sliding Token|Sliding Token

Response Body

application/json

curl -X POST "https://api.misaka.io/v3/session/logout" \  -H "Content-Type: application/json" \  -d '{}'
{
  "detail": "string"
}

How is this guide?

Last updated on

Login POST

Previous Page

Refresh user token POST

Next Page

curl -X POST "https://api.misaka.io/v3/session/logout" \
  -H "Content-Type: application/json" \
  -d '{}'