Rekamedika Docs
Session

POST /revoke-other-sessions

POST
/api/auth/revoke-other-sessions

Revoke all other sessions for the user except the current one

Response Body

application/json

curl -X POST "https://example.com/api/auth/revoke-other-sessions"
{  "status": true}

Is this page helpful?