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