{ "success": false, "error": { "status": 401, "code": "UNAUTHORISED", "message": "Invalid or missing authentication" }, "data": null }
Get current user information
curl -X GET https://api.transaction.gg/auth/me \ -H "Authorization: Bearer jwt_token"
{ "success": true, "error": null, "data": { "user": { "id": "user_uuid", "email": "[email protected]", "isVerified": true } } }