API ReferenceAuthentication
Revoke all other sessions except the current one
POST
/v1/auth/sessions/revoke-othersAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://example.com/v1/auth/sessions/revoke-others"{ "success": true, "statusCode": 200, "message": "Request processed successfully", "data": {}, "timestamp": "2025-10-20T16:30:00.000Z", "path": "/v1/auth/register"}