LynCutLynCut

Sessions API

Revoke other sessions

Sign out every session except the current one — the "log out of other devices" action.

POST/v1/sessions/revoke-others

This endpoint takes no parameters.

Request

curl -X POST "https://api.lyncut.com/v1/sessions/revoke-others" \
  -H "x-lyncut-api-key: YOUR_API_KEY"

Response

{ "data": { "revokedCount": 3 } }

Was this page helpful?