Skip to main content
POST
/
sessions
/
logout
Logout and terminate session
curl --request POST \
  --url https://auth.platform.arb.inc/sessions/logout \
  --header 'Content-Type: application/json' \
  --data '
{
  "refreshToken": "a7b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7"
}
'

Body

application/json
refreshToken
string
required

The refresh token to invalidate

Example:

"a7b3c4d5e6f7g8h9i0j1k2l3m4n5o6p7"

Response

200

Successfully logged out the session